Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Workbook Class
Workbook Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.