ISelectionInfo.DeselectRange(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 not selected in the list control.
void DeselectRange(ItemIndexRange const& itemIndexRange);
public void DeselectRange(ItemIndexRange itemIndexRange);
function deselectRange(itemIndexRange)
Public Sub DeselectRange (itemIndexRange As ItemIndexRange)
Parameters
- itemIndexRange
- ItemIndexRange
A range of items in the data source.