SelectionModel.SelectRangeFromAnchor 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.
Overloads
SelectRangeFromAnchor(Int32) | |
SelectRangeFromAnchor(Int32, Int32) |
SelectRangeFromAnchor(Int32)
public:
virtual void SelectRangeFromAnchor(int index) = SelectRangeFromAnchor;
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("SelectRangeFromAnchor")]
void SelectRangeFromAnchor(int const& index);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("SelectRangeFromAnchor")]
public void SelectRangeFromAnchor(int index);
Public Sub SelectRangeFromAnchor (index As Integer)
Parameters
- index
-
Int32
int
- Attributes
Applies to
SelectRangeFromAnchor(Int32, Int32)
public:
virtual void SelectRangeFromAnchor(int groupIndex, int itemIndex) = SelectRangeFromAnchor;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("SelectRangeFromAnchorWithGroup")]
void SelectRangeFromAnchor(int const& groupIndex, int const& itemIndex);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("SelectRangeFromAnchorWithGroup")]
public void SelectRangeFromAnchor(int groupIndex, int itemIndex);
Public Sub SelectRangeFromAnchor (groupIndex As Integer, itemIndex As Integer)
Parameters
- groupIndex
-
Int32
int
- itemIndex
-
Int32
int
- Attributes