Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / TextRange Property


In This Topic
    TextRange Property
    In This Topic
    Gets the ITextRange object that represents the text in the object.
    Syntax
    'Declaration
     
    ReadOnly Property TextRange As ITextRange
    'Usage
     
    Dim instance As ITextFrame
    Dim value As ITextRange
     
    value = instance.TextRange
    ITextRange TextRange {get;}
    See Also