Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / DocumentPage Class / Paragraph Property


In This Topic
    Paragraph Property
    In This Topic
    Gets the paragraph owner of this page.
    Syntax
    'Declaration
     
    Public ReadOnly Property Paragraph As DocumentParagraph
    'Usage
     
    Dim instance As DocumentPage
    Dim value As DocumentParagraph
     
    value = instance.Paragraph
    public DocumentParagraph Paragraph {get;}
    See Also