Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / RowCount Property


In This Topic
    RowCount Property (IExcelWorksheet)
    In This Topic
    Gets or sets the row count of the sheet.
    Syntax
    'Declaration
     
    Property RowCount As Integer
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As Integer
     
    instance.RowCount = value
     
    value = instance.RowCount
    int RowCount {get; set;}

    Property Value

    The row count of the sheet.
    See Also