Spread Windows Forms 12.0 Product Documentation
IncludeProtection Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : IncludeProtection Property
Gets or sets a value indicating whether the style includes the protection properties.
Syntax
'Declaration
 
Property IncludeProtection As Boolean
'Usage
 
Dim instance As IStyle
Dim value As Boolean
 
instance.IncludeProtection = value
 
value = instance.IncludeProtection
bool IncludeProtection {get; set;}

Property Value

true if the style includes the protection properties; otherwise, false.
See Also

Reference

IStyle Interface
IStyle Members