GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Interior Property


In This Topic
Interior Property (IRange)
In This Topic
Gets the IInterior object that represents the interior of the specified object.
Syntax
'Declaration
 
ReadOnly Property Interior As IInterior
 
'Usage
 
Dim instance As IRange
Dim value As IInterior
 
value = instance.Interior

Property Value

The interior of the specified object.
See Also