Spread Windows Forms 12.0 Product Documentation
Text Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Text Property
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

Reference

IRange Interface
IRange Members