SelStart Property
Applies To
fpSpread control
Description
Sets or returns the starting location of selected data within the active cell. This property is available at run time only.
Syntax
C++
long CSpreadSheet::GetSelStart( );
void CSpreadSheet::SetSelStart(long value);
Visual Basic
[form.]fpSpread.SelStart[ = value&]
Remarks
This property is valid only when the cell is in edit mode.
You cannot use the SelStart property in the EditMode event.
This setting is applied to the current sheet setting unless you first set the Sheet property to specify the sheet for which you are setting the property.
Set or return the length of the selection using the SelLength property. Set or return the selected text using the SelText property.
Data Type
Long Integer
See Also
SelLength, SelText, Sheet properties
EditMode event