PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderIndex Class / LetterFormat Property

In This Topic
    LetterFormat Property (RenderIndex)
    In This Topic
    Gets or sets a string used to format the letter group headings.

    The default is "{0}".

    Syntax
    'Declaration
     
    Public Property LetterFormat As String
    public string LetterFormat {get; set;}
    See Also