Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableColumn Interface / Name Property


In This Topic
    Name Property (ITableColumn)
    In This Topic
    Gets or sets value that represents the name of the table column.
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As ITableColumn
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}

    Property Value

    The name of the table column.
    Remarks
    The value of this property is also used as the display name of the table column. This name must be unique within the table.
    See Also