GrapeCity.Xaml.Excel
Columns Property (IExcelTable)


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;}
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelTable Interface
IExcelTable Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options