Spread Silverlight Documentation
Value Property (IExcelCell)


GrapeCity.Excel Namespace > IExcelCell Interface : Value Property
Gets or sets the value.
Syntax
'Declaration
 
Property Value As System.Object
'Usage
 
Dim instance As IExcelCell
Dim value As System.Object
 
instance.Value = value
 
value = instance.Value
System.object Value {get; set;}

Property Value

The value.
See Also

Reference

IExcelCell Interface
IExcelCell Members