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


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

    Return Value

    A list of indexes.
    See Also