Spread Silverlight Documentation
Columns Property (ExcelTable)


GrapeCity.Excel Namespace > ExcelTable Class : Columns Property
An element representing the collection of all table columns for this table.
Syntax
'Declaration
 
Public Property Columns As System.Collections.Generic.List(Of IExcelTableColumn)
'Usage
 
Dim instance As ExcelTable
Dim value As System.Collections.Generic.List(Of IExcelTableColumn)
 
instance.Columns = value
 
value = instance.Columns
public System.Collections.Generic.List<IExcelTableColumn> Columns {get; set;}
See Also

Reference

ExcelTable Class
ExcelTable Members