System.Windows.Automation.TableItemPattern.TableItemPatternInformation.GetRowHeaderItems C# (CSharp) Method

GetRowHeaderItems() public method

public GetRowHeaderItems ( ) : System.Windows.Automation.AutomationElement[]
return System.Windows.Automation.AutomationElement[]
            public AutomationElement[] GetRowHeaderItems()
            {
                return (AutomationElement[])this._el.GetPropertyValue(TableItemPattern.RowHeaderItemsProperty, _isCached);
            }