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


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