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


In This Topic
    Id Property (IExcelTableColumn)
    In This Topic
    An integer representing the unique identifier of this column. This should be unique per table.
    Syntax
    'Declaration
     
    ReadOnly Property Id As Integer
    'Usage
     
    Dim instance As IExcelTableColumn
    Dim value As Integer
     
    value = instance.Id
    int Id {get;}
    See Also