Spread Silverlight Documentation
Value Property (ExcelCell)


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

Property Value

The value.
See Also

Reference

ExcelCell Class
ExcelCell Members