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


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

    Property Value

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