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


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

Reference

Cell Class
Cell Members