Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.DataVisualization Namespace / InputFormulaForm Class / ModifyFlags Property


In This Topic
    ModifyFlags Property
    In This Topic
    Gets/sets the parameter modified flag.
    Syntax
    'Declaration
     
    
    Protected Property ModifyFlags As Integer
    'Usage
     
    
    Dim instance As InputFormulaForm
    Dim value As Integer
     
    instance.ModifyFlags = value
     
    value = instance.ModifyFlags
    protected int ModifyFlags {get; set;}
    See Also