Spread Silverlight Documentation
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 System.Collections.Generic.List(Of IExcelTableColumn)
'Usage
 
Dim instance As IExcelTable
Dim value As System.Collections.Generic.List(Of IExcelTableColumn)
 
instance.Columns = value
 
value = instance.Columns
System.Collections.Generic.List<IExcelTableColumn> Columns {get; set;}
See Also

Reference

IExcelTable Interface
IExcelTable Members