Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / RowCount Property


In This Topic
    RowCount Property (IWorksheet)
    In This Topic
    Gets or sets the number of rows in this IWorksheet.
    Syntax
    'Declaration
     
    
    Property RowCount As Integer
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As Integer
     
    instance.RowCount = value
     
    value = instance.RowCount
    int RowCount {get; set;}

    Property Value

    An integer value represents the number of rows in this IWorksheet.
    See Also