Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / Runs Property

In This Topic
    Runs Property
    In This Topic
    Gets the collection of text runs included in this range.
    Syntax
    'Declaration
     
    Public ReadOnly Property Runs As RunCollection
    public RunCollection Runs {get;}
    See Also