Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Formula Property


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