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