Spread Windows Forms 12.0 Product Documentation
Name Property (ITableColumn)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableColumn Interface : Name Property
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

Reference

ITableColumn Interface
ITableColumn Members