Excel for WinRT
DefaultFont Property


Gets or sets the default font object for the C1XLBook.
Syntax
'Declaration
 
Public Property DefaultFont As XLFont
'Usage
 
Dim instance As C1XLBook
Dim value As XLFont
 
instance.DefaultFont = value
 
value = instance.DefaultFont
public XLFont DefaultFont {get; set;}
Remarks

You can assign any font to any cell using XLStyle objects. Cells that have no associated custom styles or have styles that do not define a custom font are displayed using the book's default font.

The DefaultFont property is initially set to 10 pt Arial.

See Also

Reference

C1XLBook Class
C1XLBook Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback