Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / IncludePatterns Property


In This Topic
IncludePatterns Property
In This Topic
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

Property Value

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