SpreadsheetGear 2017
Interior Property (IRange)






SpreadsheetGear Namespace > IRange Interface : Interior Property
Returns the IInterior which represents the interior (background) color and pattern of the specified cell(s).
Syntax
'Declaration
 
ReadOnly Property Interior As IInterior
'Usage
 
Dim instance As IRange
Dim value As IInterior
 
value = instance.Interior
IInterior Interior {get;}
read-only property Interior: IInterior; 
function get Interior : IInterior
__property IInterior* get_Interior();
property IInterior^ Interior {
   IInterior^ get();
}
Remarks
The interior color and pattern of a cell is used to paint the background.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRange Interface
IRange Members
IInterior Interface