GrapeCity.Xaml.Excel
ApplyProtection Property (ExtendedFormat)


GrapeCity.Excel Namespace > ExtendedFormat Class : ApplyProtection Property
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

Reference

ExtendedFormat Class
ExtendedFormat Members