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

Reference

ExcelTable Class
ExcelTable Members