Spread for ASP.NET 12 Product Documentation
Value Property (Cell)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : Value Property
Gets or sets the value in a cell.
Syntax
'Declaration
 
Public Property Value As Object
'Usage
 
Dim instance As Cell
Dim value As Object
 
instance.Value = value
 
value = instance.Value
public object Value {get; set;}
See Also

Reference

Cell Class
Cell Members