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


In This Topic
Interior Property (ITableStyleElement)
In This Topic
Gets an IInterior object that represents the interior of the table style element.
Syntax
'Declaration
 
ReadOnly Property Interior As IInterior
 
'Usage
 
Dim instance As ITableStyleElement
Dim value As IInterior
 
value = instance.Interior

Property Value

The IInterior object that represents the interior of the table style element.
See Also