Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / ExcelWorksheet Constructor / 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.


In This Topic
    ExcelWorksheet Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the ExcelWorksheet class.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal rowCount As Integer, _
       Optional ByVal columnCount As Integer _
    )
    'Usage
     
    Dim rowCount As Integer
    Dim columnCount As Integer
     
    Dim instance As New ExcelWorksheet(rowCount, columnCount)
    public ExcelWorksheet( 
       int rowCount,
       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.
    See Also