Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICamera Interface / Formula Property


In This Topic
    Formula Property (ICamera)
    In This Topic
    Gets or sets the formula that indicates source cell range of the camera.
    Syntax
    'Declaration
     
    
    Property Formula As String
    'Usage
     
    
    Dim instance As ICamera
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    string Formula {get; set;}
    See Also