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


In This Topic
    LastNonEmptyRowIndex Property
    In This Topic
    Gets the last nonempty bound row index on the sheet.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public ReadOnly Property LastNonEmptyRowIndex As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim value As Integer
     
    value = instance.LastNonEmptyRowIndex
    [DefaultValue(0)]
    public int LastNonEmptyRowIndex {get;}

    Property Value

    The last index of the nonempty row.
    See Also