GridPatternIdentifiers.ColumnCountProperty Field
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.
Identifies the ColumnCount property.
public: static initonly System::Windows::Automation::AutomationProperty ^ ColumnCountProperty;
public static readonly System.Windows.Automation.AutomationProperty ColumnCountProperty;
staticval mutable ColumnCountProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly ColumnCountProperty As AutomationProperty
Field Value
Remarks
This identifier is used by UI Automation providers. UI Automation client applications should use the equivalent field in GridPattern.
Hidden rows and columns, depending on the provider implementation, may be loaded in the UI Automation tree and will therefore be reflected in the RowCount and ColumnCount properties. If the hidden rows and columns have not yet been loaded they are not be counted.
The default value is 0.