'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.
'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()