Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ITextRange Interface / Paragraphs Property
In This Topic
    Paragraphs Property
    In This Topic
    Get the paragraphs of ITextRange
    Syntax
    ITextRange Paragraphs {get;}
    Remarks
    This property is only used in TextRangeType.Body; otherwise, it throws InvalidOperateExecption.
    See Also