GridViewCellAutomationPeer.IGridItemProvider.Row 属性

定义

获取包含单元格或项的行的序号。

property int System::Windows::Automation::Provider::IGridItemProvider::Row { int get(); };
int System.Windows.Automation.Provider.IGridItemProvider.Row { get; }
member this.System.Windows.Automation.Provider.IGridItemProvider.Row : int
 ReadOnly Property Row As Integer Implements IGridItemProvider.Row

属性值

Int32

一个从零开始的序号,标识了包含该单元格或项的行。

实现

Row

注解

此成员是显式接口成员的实现。 它只能在 GridViewCellAutomationPeer 实例被强制转换为 IGridItemProvider 接口时使用。

适用于