Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetNonEmptyRows Method


In This Topic
    GetNonEmptyRows Method (Worksheet)
    In This Topic
    Returns a list of nonempty row indexes.
    Syntax
    'Declaration
     
    Public Function GetNonEmptyRows() As List(Of Integer)
    'Usage
     
    Dim instance As Worksheet
    Dim value As List(Of Integer)
     
    value = instance.GetNonEmptyRows()
    public List<int> GetNonEmptyRows()

    Return Value

    A list of indexes.
    See Also