GridItemPattern.GridItemPatternInformation Struct
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.
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
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. |