GrapeCity.Xaml.Excel
Id Property (ExcelTableColumn)


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

Reference

ExcelTableColumn Class
ExcelTableColumn Members