Spread Silverlight Documentation
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 System.Integer
'Usage
 
Dim instance As ExcelTableColumn
Dim value As System.Integer
 
instance.Id = value
 
value = instance.Id
public System.int Id {get; set;}
See Also

Reference

ExcelTableColumn Class
ExcelTableColumn Members