Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadCameraShape Class / Formula Property


In This Topic
    Formula Property (SpreadCameraShape)
    In This Topic
    Gets or sets a string formula that indicates the captured region.
    Syntax
    'Declaration
     
    
    Public Property Formula As String
    'Usage
     
    
    Dim instance As SpreadCameraShape
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    public string Formula {get; set;}
    See Also