ITableItemProvider Properties
Collapse the table of content
Expand the table of content

ITableItemProvider Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The ITableItemProvider type exposes the following members.

  NameDescription
Public property Column Gets the ordinal number of the column that contains the cell or item. (Inherited from IGridItemProvider.)
Public property ColumnSpan Gets the number of columns that are spanned by a cell or item. (Inherited from IGridItemProvider.)
Public property ContainingGrid Gets a UI automation provider that implements IGridProvider and that represents the container of the cell or item. (Inherited from IGridItemProvider.)
Public property Row Gets the ordinal number of the row that contains the cell or item. (Inherited from IGridItemProvider.)
Public property RowSpan Gets the number of rows spanned by a cell or item. (Inherited from IGridItemProvider.)
Top

Show:
© 2017 Microsoft