SetColumnName Method (Table)
Sets the name of the column.
'Declaration
Public Sub SetColumnName( _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As Table
Dim index As Integer
Dim text As String
instance.SetColumnName(index, text)
Parameters
- index
- An integer value indicates the calculated column index.
- text
- A string value indicates the column name.