Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / Formula Property


In This Topic
    Formula Property (Cell)
    In This Topic
    Gets or sets the formula in a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Formula As String
    'Usage
     
    Dim instance As Cell
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    [DefaultValue("")]
    public string Formula {get; set;}

    Property Value

    The formula in the cell. The default value is empty.
    See Also