Spread Windows Forms 12.0 Product Documentation
Interior Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : Interior Property
Returns an IInterior object that represents the interior of the associated IRange object as it is displayed in the current user interface.
Syntax
'Declaration
 
Public ReadOnly Property Interior As IInterior
'Usage
 
Dim instance As DisplayFormat
Dim value As IInterior
 
value = instance.Interior
public IInterior Interior {get;}

Property Value

The interior of the associated IRange object.
See Also

Reference

DisplayFormat Class
DisplayFormat Members