SpreadsheetGear 2017
Colors Property (IWorkbook)






SpreadsheetGear Namespace > IWorkbook Interface : Colors Property
Returns an instance of IColors which represents the color palette associated with a workbook.
Syntax
'Declaration
 
ReadOnly Property Colors As IColors
'Usage
 
Dim instance As IWorkbook
Dim value As IColors
 
value = instance.Colors
IColors Colors {get;}
read-only property Colors: IColors; 
function get Colors : IColors
__property IColors* get_Colors();
property IColors^ Colors {
   IColors^ get();
}
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

IWorkbook Interface
IWorkbook Members