Spread Windows Forms 12.0 Product Documentation
Formula Property (CellFooter)


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

Reference

CellFooter Class
CellFooter Members