Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / ITextBoxBase Interface / GetFirstCharIndexFromLine Method
The line for which to get the index of its first character.

In This Topic
    GetFirstCharIndexFromLine Method
    In This Topic
    Retrieves the index of the first character of a given line.
    Syntax
    'Declaration
     
    
    Function GetFirstCharIndexFromLine( _
       ByVal lineNumber As Integer _
    ) As Integer
    int GetFirstCharIndexFromLine( 
       int lineNumber
    )

    Parameters

    lineNumber
    The line for which to get the index of its first character.

    Return Value

    The zero-based index of the first character in the specified line.
    See Also