Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / Formula Property


In This Topic
    Formula Property (CellFooter)
    In This Topic
    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