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