Spread Windows Forms 12.0 Product Documentation
Value Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Value Property
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
object Value {get; set;}

Property Value

An object represents the cell value.
See Also

Reference

IRange Interface
IRange Members