Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetBase Class / RowCount Property


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

    Property Value

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