Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RowCount Property


In This Topic
    RowCount Property (Worksheet)
    In This Topic
    Gets or sets the number of rows in the sheet.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(500)>
    Public Property RowCount As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim value As Integer
     
    instance.RowCount = value
     
    value = instance.RowCount
    [DefaultValue(500)]
    public int RowCount {get; set;}

    Property Value

    The number of rows in the sheet.
    See Also