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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Selects or deselects a range of items or cells.
Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public void SelectRange( ItemClass StartItem, ItemClass EndItem, bool fSel ); public void SelectRange( CellClass StartCell, CellClass EndCell, bool fSel );
Public Sub SelectRange( ByVal StartItem As ItemClass, ByVal EndItem As ItemClass, ByVal fSel As Boolean ) Public Sub SelectRange( ByVal StartCell As CellClass, ByVal EndCell As CellClass, ByVal fSel As Boolean )
StartItem
Defines the starting item or cell.
EndItem
Defines the ending item or cell.
fSel
True if the items or cells are selected, otherwise False.
StartCell
Defines the starting item or cell.
EndCell
Defines the ending item or cell.
Selects or deselects a range of items or cells.
SelectRange accepting items as arguments is only available if the selection style (SftTree.SelectionStyle property) defines multiple item selection (SelectionStyleEnum.MultipleItems).
SelectRange accepting cells as arguments is only available if the selection style (SftTree.SelectionStyle property) defines multiple cell selection (SelectionStyleEnum.MultipleCells or SelectionStyleEnum.BlockOfCells).
This method is not available with all other selection styles.
SelectRange accepting items as arguments is only available if the selection style (SftTree.SelectionStyle property) defines multiple item selection (SelectionStyleEnum.MultipleItems).
SelectRange accepting as cells arguments is only available if the selection style (SftTree.SelectionStyle property) defines multiple cell selection (SelectionStyleEnum.MultipleCells or SelectionStyleEnum.BlockOfCells).
This method is not available with all other selection styles.
See Also SftTree Class | Classes | SftTree/NET 2.0