ISelectionInfo.SelectRange(ItemIndexRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marks the items in the data source specified by itemIndexRange as selected in the list control.
void SelectRange(ItemIndexRange const& itemIndexRange);
public void SelectRange(ItemIndexRange itemIndexRange);
function selectRange(itemIndexRange)
Public Sub SelectRange (itemIndexRange As ItemIndexRange)
Parameters
- itemIndexRange
- ItemIndexRange
A range of items in the data source.