GetColumnName Method (TableView)
In This Topic
Gets table column name.
Syntax
'Declaration
Public Function GetColumnName( _
ByVal As Integer _
) As String
'Usage
Dim instance As TableView
Dim index As Integer
Dim value As String
value = instance.GetColumnName(index)
public string GetColumnName(
int
)
Parameters
- index
- Column index.
Return Value
Name of the column.
See Also