Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICharacters Interface / Text Property


In This Topic
    Text Property (ICharacters)
    In This Topic
    Gets a string value that represents the text of this range of characters.
    Syntax
    'Declaration
     
    
    ReadOnly Property Text As String
    'Usage
     
    
    Dim instance As ICharacters
    Dim value As String
     
    value = instance.Text
    string Text {get;}
    See Also