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
)
Public Function Exist (
pSheetName As String
) As Boolean
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