SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Returns the position of the selection during cell editing.
Deprecated - Provided for compatibility with earlier versions only - See Cell Editing
| VB.NET | object.GetCellEditSelection(ByRef iStart As Integer, ByRef iEnd As Integer) |
| VB | object.GetCellEditSelection(iStart As Long, iEnd As Long) |
| C#.NET | void object.GetCellEditSelection(out int iStart, out int iEnd); |
| VC++ | HRESULT object->GetCellEditSelection(long* iStart, long* iEnd); |
| C | HRESULT object->raw_GetCellEditSelection(long* iStart, long* iEnd); |
object
iStart
Returns the zero-based starting position of the first selected character of the edit control used for cell editing. -1 is returned if cell editing is not active or if it has not been started using StartEdit, StartCombo or StartComboEdit.
iEnd
Returns the zero-based ending position, i.e. the position of the first character that is not selected. -1 is returned if cell editing is not active or if it has not been started using StartEdit, StartCombo or StartComboEdit.
Deprecated - Provided for compatibility with earlier versions only - See Cell Editing
The GetCellEditSelection method returns the position of the selection during cell editing.
The GetCellEditSelection method is only available if cell editing has been started using StartEdit, StartCombo or StartComboEdit and cannot be used if cell editing has been initiated using Cell.Edit.
Use SetCellEditSelection to update the position of the current selection.
See Also SftTree Object | Object Hierarchy
