[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Printing.Document.Item

this Property

this[int]

Gets the paragraph at the specified index.

Declaration
public DocumentParagraph this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As DocumentParagraph
Parameters
Type Name Description
int index

The zero-based index of the paragraph to get.

Property Value
Type Description
DocumentParagraph

The paragraph at the specified index.