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


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

Reference

Row Class
Row Members