ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PlaceholderCollection Class / IndexOf Method
The character argument.

In This Topic
    IndexOf Method (PlaceholderCollection)
    In This Topic
    Returns the index of a character in the placeholder collection, or –1 if it does not belong to the collection.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal placeholder As Char _
    ) As Integer
    public int IndexOf( 
       char placeholder
    )

    Parameters

    placeholder
    The character argument.
    See Also