Spread Silverlight Documentation
Workbook Constructor(Int32)


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class > Workbook Constructor : Workbook Constructor(Int32)
The number of sheets to add in this workbook.
Creates a new workbook with a specified number of sheets.
Syntax
'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.
See Also

Reference

Workbook Class
Workbook Members
Overload List