GrapeCity.Xaml.Excel
Id Property (ExcelTable)


GrapeCity.Excel Namespace > ExcelTable Class : Id Property
A non zero integer representing the unique identifier for this table. Each table in the workbook shall have a unique id.
Syntax
'Declaration
 
Public Property Id As Integer
'Usage
 
Dim instance As ExcelTable
Dim value As Integer
 
instance.Id = value
 
value = instance.Id
public int Id {get; set;}
See Also

Reference

ExcelTable Class
ExcelTable Members