GridViewCellAutomationPeer.IGridItemProvider.ColumnSpan 属性

定义

获取单元格或项跨的列数。

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

属性值

Int32

跨越的列数。

实现

注解

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

适用于