"currentColumn"
Returns the name of an active column.
Synopsis
setValue(string shape, "currentColumn", string Name);
getValue(string shape, "currentColumn", string &Name);
shape.currentColumn(string Name);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
Name | Name of the active column |
Description
Returns or sets the column label of an active cell to "Name".
Example
main()
{
DebugN(table.currentColumn()); // Name of the active column
}
Assignment
Table