Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextRange Interface / Text Property


In This Topic
    Text Property (ITextRange)
    In This Topic
    Gets or sets a string value that represents the text in a text range.
    Syntax
    'Declaration
     
    
    Property Text As String
    'Usage
     
    
    Dim instance As ITextRange
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    string Text {get; set;}
    See Also