'Declaration Public Function GetNonEmptyRows() As System.Collections.Generic.List(Of Integer)
'Usage Dim instance As Worksheet Dim value As System.Collections.Generic.List(Of Integer) value = instance.GetNonEmptyRows()
public System.Collections.Generic.List<int> GetNonEmptyRows()
Return Value
A list of indexes.