Click or drag to resize

XLSDocumentSheetExist Method

Exist Excel Sheet

Namespace:  SIC.OpenDocumentFormat.XLS
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public bool Exist(
	string pSheetName
)

Parameters

pSheetName
Type: SystemString

[Missing <param name="pSheetName"/> documentation for "M:SIC.OpenDocumentFormat.XLS.XLSDocument.Sheet.Exist(System.String)"]

Return Value

Type: Boolean
If return value true then Excel Sheet exist.

If return value false then Excel Sheet no exist

See Also