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

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