GrapeCity.Xaml.Excel
Id Property (IExcelTableColumn)


GrapeCity.Excel Namespace > IExcelTableColumn Interface : Id Property
An integer representing the unique identifier of this column. This should be unique per table.
Syntax
'Declaration
 
ReadOnly Property Id As Integer
'Usage
 
Dim instance As IExcelTableColumn
Dim value As Integer
 
value = instance.Id
int Id {get;}
See Also

Reference

IExcelTableColumn Interface
IExcelTableColumn Members