GrapeCity.Xaml.Excel
Columns Property (ExcelTable)


An element representing the collection of all table columns for this table.
Syntax
'Declaration
 
Public Property Columns As List(Of IExcelTableColumn)
'Usage
 
Dim instance As ExcelTable
Dim value As List(Of IExcelTableColumn)
 
instance.Columns = value
 
value = instance.Columns
public List<IExcelTableColumn> Columns {get; set;}
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelTable Class
ExcelTable Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options