SpreadsheetGear 2017
BuiltIn Property (IStyle)






SpreadsheetGear Namespace > IStyle Interface : BuiltIn Property
Returns true if this named cell style is a built-in style, false otherwise.
Syntax
'Declaration
 
ReadOnly Property BuiltIn As System.Boolean
'Usage
 
Dim instance As IStyle
Dim value As System.Boolean
 
value = instance.BuiltIn
System.bool BuiltIn {get;}
read-only property BuiltIn: System.Boolean; 
function get BuiltIn : System.boolean
__property System.bool get_BuiltIn();
property System.bool BuiltIn {
   System.bool 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

IStyle Interface
IStyle Members