ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetAccessibilityObjectById Method
Row index of the accessibility object to return.

In This Topic
    GetAccessibilityObjectById Method (C1FlexPivotGrid)
    In This Topic
    Retrieves the specified System.Windows.Forms.AccessibleObject.
    Syntax
    'Declaration
     
    Protected Overridable Function GetAccessibilityObjectById( _
       ByVal objectId As Integer _
    ) As AccessibleObject
    protected virtual AccessibleObject GetAccessibilityObjectById( 
       int objectId
    )

    Parameters

    objectId
    Row index of the accessibility object to return.

    Return Value

    The System.Windows.Forms.AccessibleObject for the specified row.
    See Also