modifier

Description

Get worksheet column modifier.

Syntax

int modifier( int index )

Parameters

index

offset to the plot, i.e., index = 1 means next column to the plot, index = -1 means the column to the left of the plot.

Return

Return column modifier value

Example

layer.plot.symbol.interior=modifier(-1);    //index shape, one column to the left of Y

See Also

color