Spread Silverlight Documentation
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 System.Nullable(Of Boolean)
'Usage
 
Dim instance As ExtendedFormat
Dim value As System.Nullable(Of Boolean)
 
instance.ApplyProtection = value
 
value = instance.ApplyProtection
public System.Nullable<bool> ApplyProtection {get; set;}

Property Value

Apply protection or not.
See Also

Reference

ExtendedFormat Class
ExtendedFormat Members