Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Formula Property


In This Topic
    Formula Property (Shape)
    In This Topic
    Gets or sets the shape formula.
    Syntax
    'Declaration
     
    
    Public Overridable Property Formula As String
    'Usage
     
    
    Dim instance As Shape
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    public virtual string Formula {get; set;}
    See Also