Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyleElement Interface / HasFormat Property


In This Topic
HasFormat Property
In This Topic
Gets a value indicating whether this table style element has formatting applied to the specified element.
Syntax
'Declaration
 
ReadOnly Property HasFormat As Boolean
 
'Usage
 
Dim instance As ITableStyleElement
Dim value As Boolean
 
value = instance.HasFormat

Property Value

true if this table style element has formatting applied; otherwise, false.
See Also