Spread WPF 17
GrapeCity.Excel Namespace / IExcelTable Interface / Columns Property


In This Topic
    Columns Property (IExcelTable)
    In This Topic
    An element representing the collection of all table columns for this table.
    Syntax
    'Declaration
     
    Property Columns As List(Of IExcelTableColumn)
    'Usage
     
    Dim instance As IExcelTable
    Dim value As List(Of IExcelTableColumn)
     
    instance.Columns = value
     
    value = instance.Columns
    List<IExcelTableColumn> Columns {get; set;}
    See Also