Excel for WinRT
XLFont Constructor(String,Single)


The font name, by default Arial.
The font size in points, by default 10 pt.
Excel font initialization.
Syntax
'Declaration
 
Public Function New( _
   ByVal fontName As System.String, _
   ByVal fontSize As System.Single _
)
'Usage
 
Dim fontName As System.String
Dim fontSize As System.Single
 
Dim instance As New XLFont(fontName, fontSize)
public XLFont( 
   System.string fontName,
   System.float fontSize
)

Parameters

fontName
The font name, by default Arial.
fontSize
The font size in points, by default 10 pt.
See Also

Reference

XLFont Class
XLFont Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback