Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / Worksheet Constructor / Worksheet Constructor(Int32,Int32)
The row count.
The column count.


In This Topic
    Worksheet Constructor(Int32,Int32)
    In This Topic
    Creates a new sheet with the specified row count and column count.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    )
    'Usage
     
    Dim rowCount As Integer
    Dim columnCount As Integer
     
    Dim instance As New Worksheet(rowCount, columnCount)
    public Worksheet( 
       int rowCount,
       int columnCount
    )

    Parameters

    rowCount
    The row count.
    columnCount
    The column count.
    See Also