FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexComboBox Class / GetRectFromCharacterIndex Method / GetRectFromCharacterIndex(Int32) Method

In This Topic
    GetRectFromCharacterIndex(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetRectFromCharacterIndex( _
       ByVal charIndex As Integer _
    ) As Rect
    public Rect GetRectFromCharacterIndex( 
       int charIndex
    )

    Parameters

    charIndex
    See Also