SelectionModel.SelectRange(IndexPath, IndexPath) 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.
public:
virtual void SelectRange(IndexPath ^ start, IndexPath ^ end) = SelectRange;
/// [Windows.Foundation.Metadata.Experimental]
void SelectRange(IndexPath const& start, IndexPath const& end);
[Windows.Foundation.Metadata.Experimental]
public void SelectRange(IndexPath start, IndexPath end);
Public Sub SelectRange (start As IndexPath, end As IndexPath)
Parameters
- start
- IndexPath
- end
- IndexPath
- Attributes