|
|
|
|
SelectRange Method, SftTree Class |
Selects or deselects a range of items or cells.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Sub SelectRange( _ |
C# |
public void SelectRange( |
C++ |
public: void SelectRange( |
EndCell
Defines the ending item or cell.
EndItem
Defines the ending item or cell.
fSel
StartCell
Defines the starting item or cell.
StartItem
Defines the starting item or cell.
Comments
The SelectRange method selects or deselects a range of items or cells.
SelectRange accepting items as arguments and is only available if the selection style (SelectionStyle property) defines multiple item selection (SelectionStyleEnum.MultipleItems).
SelectRange accepting cells as arguments is only available if the selection style (SelectionStyle property) defines multiple cell selection (SelectionStyleEnum.MultipleCells or SelectionStyleEnum.BlockOfCells).
This method is not available with all other selection styles.