GridPatternIdentifiers.ColumnCountProperty Field

Definition

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.

Applies to

See also