SpreadsheetGear 2017
DefaultFontSize Property (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : DefaultFontSize Property
Gets or sets the font size in points to use in the default font when new workbooks are created.
Syntax
'Declaration
 
Property DefaultFontSize As System.Double
'Usage
 
Dim instance As IWorkbookSet
Dim value As System.Double
 
instance.DefaultFontSize = value
 
value = instance.DefaultFontSize
System.double DefaultFontSize {get; set;}
read-write property DefaultFontSize: System.Double; 
function get,set DefaultFontSize : System.double
__property System.double get_DefaultFontSize();
__property void set_DefaultFontSize( 
   System.double value
);
property System.double DefaultFontSize {
   System.double get();
   void set (    System.double value);
}
Remarks
DefaultFontSize does not affect workbooks which are opened from an existing file or workbooks which already exist in the workbook set.
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

IWorkbookSet Interface
IWorkbookSet Members
DefaultFontName Property