Spread Silverlight Documentation
Id Property (IExcelTable)


GrapeCity.Excel Namespace > IExcelTable Interface : 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
 
Property Id As System.Integer
'Usage
 
Dim instance As IExcelTable
Dim value As System.Integer
 
instance.Id = value
 
value = instance.Id
System.int Id {get; set;}
See Also

Reference

IExcelTable Interface
IExcelTable Members