Spread Windows Forms 12.0 Product Documentation
IncludePatterns Property


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

Property Value

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

Reference

IStyle Interface
IStyle Members