Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ScenarioProtect Class / fScenProtect Property


In This Topic
    fScenProtect Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fScenProtect As Boolean
    'Usage
     
    
    Dim instance As ScenarioProtect
    Dim value As Boolean
     
    instance.fScenProtect = value
     
    value = instance.fScenProtect
    public bool fScenProtect {get; set;}
    See Also