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


In This Topic
    Text Property (IRange)
    In This Topic
    Gets or sets the text for the cell.
    Syntax
    'Declaration
     
    
    Property Text As String
    'Usage
     
    
    Dim instance As IRange
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    string Text {get; set;}

    Property Value

    A string value represents the text for the cell.
    See Also