SetColumnName Method

Sets a column's name.

See Also | Example

Signature

object.SetColumnName nIndex, name

Object

Table
The object this method applies to.

nIndex

Integer; Input-only
The index of the column.

name

String; Input-only
The new name.

 

   Comments?