SetSelectionStartPos

Sets the start position of an edit selection.

Parameters
RowVal
The start row of the edit selection.
ColumnVal
The start column of the edit selection.
Returns
None.
Remarks
A one character edit selection is created. The edit selection can be extended by calling the ExtendSelectionRect method.
Example
Set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
bzhao.SetSelectionStartPos 2, 1
bzhao.ExtendSelectionRect 2, 9