Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / ApplyProtection Property


In This Topic
    ApplyProtection Property (ExtendedFormat)
    In This Topic
    Gets or sets the flag indicate whether apply the protection
    Syntax
    'Declaration
     
    Public Property ApplyProtection As Nullable(Of Boolean)
    'Usage
     
    Dim instance As ExtendedFormat
    Dim value As Nullable(Of Boolean)
     
    instance.ApplyProtection = value
     
    value = instance.ApplyProtection
    public Nullable<bool> ApplyProtection {get; set;}

    Property Value

    Apply protection or not.
    See Also