Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntry Class / IndexEntry Constructor / IndexEntry Constructor(String)
The string that is assigned to the Caption property of the current index entry.

In This Topic
    IndexEntry Constructor(String)
    In This Topic
    Initializes a new instance of the IndexEntry class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal caption As String _
    )
    public IndexEntry( 
       string caption
    )

    Parameters

    caption
    The string that is assigned to the Caption property of the current index entry.
    See Also