Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / GetNonEmptyColumns Method


In This Topic
    GetNonEmptyColumns Method (IExcelWorksheet)
    In This Topic
    Gets the non-empty columns.
    Syntax
    'Declaration
     
    Function GetNonEmptyColumns() As List(Of IExcelColumn)
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As List(Of IExcelColumn)
     
    value = instance.GetNonEmptyColumns()
    List<IExcelColumn> GetNonEmptyColumns()

    Return Value

    A collection of IExcelColumn instances represents the non-empty columns
    See Also