Link Search Menu Expand Document

SSpread.SelModeIndex Property

Sets the line number to select when the OperationMode property is $OperationModeSingle.

Example of usage

OperationMode = $OperationModeSingle;
Function OnRClicked(e) {
    SelModeIndex = e.Row;
}

Related Items
OperationMode property