SpreadsheetGear 2017
DefaultFontName Property (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : DefaultFontName Property
Gets or sets the font name to use in the default font when new workbooks are created.
Syntax
'Declaration
 
Property DefaultFontName As System.String
'Usage
 
Dim instance As IWorkbookSet
Dim value As System.String
 
instance.DefaultFontName = value
 
value = instance.DefaultFontName
System.string DefaultFontName {get; set;}
read-write property DefaultFontName: System.String; 
function get,set DefaultFontName : System.String
__property System.string* get_DefaultFontName();
__property void set_DefaultFontName( 
   System.string* value
);
property System.String^ DefaultFontName {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks
DefaultFontName 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
DefaultFontSize Property