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
Property Value
A string value represents the text for the cell.
See Also