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

In This Topic
    GetAccessibilityObjectById Method (C1FlexGridBase)
    In This Topic
    Retrieves the specified System.Windows.Forms.AccessibleObject.
    Syntax
    'Declaration
     
    Protected Overrides Function GetAccessibilityObjectById( _
       ByVal objectId As Integer _
    ) As AccessibleObject
    protected override 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