Spread Windows Forms 12.0 Product Documentation
Name Property (TableColumn)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > TableColumn Structure : Name Property
Gets the name of this column.
Syntax
'Declaration
 
Public ReadOnly Property Name As String
'Usage
 
Dim instance As TableColumn
Dim value As String
 
value = instance.Name
public string Name {get;}

Property Value

A string value represents the name of this column.
See Also

Reference

TableColumn Structure
TableColumn Members