Spread WPF 17
GrapeCity.Excel Namespace / IExcelTable Interface / Id Property


In This Topic
    Id Property (IExcelTable)
    In This Topic
    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 Integer
    'Usage
     
    Dim instance As IExcelTable
    Dim value As Integer
     
    instance.Id = value
     
    value = instance.Id
    int Id {get; set;}
    See Also