ExcelWorksheetsCollectionAddWorksheet Method |
Adds a new worksheet to the worksheets collection
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelWorksheet AddWorksheet()
Public Function AddWorksheet As ExcelWorksheet
Return Value
Type:
ExcelWorksheetThe newly created worksheet
See Also