GridPatternIdentifiers.RowCountProperty Field

Definition

Identifies the RowCount property.

public: static initonly System::Windows::Automation::AutomationProperty ^ RowCountProperty;
public static readonly System.Windows.Automation.AutomationProperty RowCountProperty;
 staticval mutable RowCountProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly RowCountProperty 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 will not be counted.

The default value is 0.

Applies to

See also