GrapeCity.Xaml.Excel
Columns Property (IExcelTable)


GrapeCity.Excel Namespace > IExcelTable Interface : Columns Property
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

Reference

IExcelTable Interface
IExcelTable Members