'Declaration Public Function New( _ ByVal sheetCount As Integer _ )
public Workbook( int sheetCount )
Parameters
- sheetCount
- The number of sheets to add in this workbook.
'Declaration Public Function New( _ ByVal sheetCount As Integer _ )
public Workbook( int sheetCount )