Excel for WinRT
Font Property (XLStyle)


Gets or sets the font for this XLStyle.
Syntax
'Declaration
 
Public Property Font As XLFont
'Usage
 
Dim instance As XLStyle
Dim value As XLFont
 
instance.Font = value
 
value = instance.Font
public XLFont Font {get; set;}
Remarks
Set the Font property to null in order to suppress this style element and use the default font instead. The default font is determined by the book's DefaultFont property.
See Also

Reference

XLStyle Class
XLStyle Members

 

 


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

Product Support Forum  |  Documentation Feedback