GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Value Property


In This Topic
Value Property (IRange)
In This Topic
Gets or sets the cell value.
Syntax
'Declaration
 
Property Value As Object
 
'Usage
 
Dim instance As IRange
Dim value As Object
 
instance.Value = value
 
value = instance.Value

Property Value

An object represents the cell value.
See Also