GridItemPattern.GridItemPatternInformation Struct

Definition

Provides access to the property values of a GridItemPattern object using its Current or Cached accessors.

public: value class GridItemPattern::GridItemPatternInformation
public struct GridItemPattern.GridItemPatternInformation
type GridItemPattern.GridItemPatternInformation = struct
Public Structure GridItemPattern.GridItemPatternInformation
Inheritance
GridItemPattern.GridItemPatternInformation

Properties

Column

Gets the ordinal number of the column that contains the cell or item.

ColumnSpan

Gets the number of columns spanned by a cell or item.

ContainingGrid

Gets a UI Automation element that supports GridPattern and represents the container of the cell or item.

Row

Gets the ordinal number of the row that contains the cell or item.

RowSpan

Gets the number of rows spanned by a cell or item.

Applies to

See also