Spread WPF 17
GrapeCity.Excel Namespace / ExcelTable Class / Id Property


In This Topic
    Id Property (ExcelTable)
    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
     
    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