Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / Document Class / Item Property
The zero-based index of the paragraph to get.


In This Topic
    Item Property (Document)
    In This Topic
    Gets the paragraph at the specified index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As DocumentParagraph
    'Usage
     
    
    Dim instance As Document
    Dim index As Integer
    Dim value As DocumentParagraph
     
    value = instance.Item(index)
    public DocumentParagraph this[ 
       int index
    ]; {get;}

    Parameters

    index
    The zero-based index of the paragraph to get.

    Property Value

    The paragraph at the specified index.
    See Also