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