Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Picture Class / Formula Property


In This Topic
    Formula Property (Picture)
    In This Topic
    Gets or sets the picture formula.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property Formula As String
    'Usage
     
    
    Dim instance As Picture
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    public override string Formula {get; set;}
    See Also