XLSDocumentSheetGetWorkSheet Method | |
Get work sheet object
Namespace:
SIC.OpenDocumentFormat.XLS
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private WorksheetPart GetWorkSheet(
string sheetName
)
Private Function GetWorkSheet (
sheetName As String
) As WorksheetPart
Parameters
- sheetName
- Type: SystemString
[Missing <param name="sheetName"/> documentation for "M:SIC.OpenDocumentFormat.XLS.XLSDocument.Sheet.GetWorkSheet(System.String)"]
Return Value
Type:
WorksheetPart[Missing <returns> documentation for "M:SIC.OpenDocumentFormat.XLS.XLSDocument.Sheet.GetWorkSheet(System.String)"]
See Also