SpreadsheetGear 2017
Style Property (IRange)






SpreadsheetGear Namespace > IRange Interface : Style Property
Gets or sets the named cell style associated with the cells represented by this IRange.
Syntax
'Declaration
 
Property Style As IStyle
'Usage
 
Dim instance As IRange
Dim value As IStyle
 
instance.Style = value
 
value = instance.Style
IStyle Style {get; set;}
read-write property Style: IStyle; 
function get,set Style : IStyle
__property IStyle* get_Style();
__property void set_Style( 
   IStyle* value
);
property IStyle^ Style {
   IStyle^ get();
   void set (    IStyle^ value);
}
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
Styles Property
IStyles Interface
IStyle Interface