Spread Silverlight Documentation
ExcelWorksheet Constructor(Int32,Int32)


The row count of the item. The default maximum row count is 65536.
The column count of the item. The default maximum column count is 265.
Initializes a new instance of the ExcelWorksheet class.
Syntax
'Declaration
 
Public Function New( _
   Optional ByVal rowCount As System.Integer, _
   Optional ByVal columnCount As System.Integer _
)
'Usage
 
Dim rowCount As System.Integer
Dim columnCount As System.Integer
 
Dim instance As New ExcelWorksheet(rowCount, columnCount)
public ExcelWorksheet( 
   System.int rowCount,
   System.int columnCount
)

Parameters

rowCount
The row count of the item. The default maximum row count is 65536.
columnCount
The column count of the item. The default maximum column count is 265.
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

ExcelWorksheet Class
ExcelWorksheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.