Xbasic
Office::Excel2003DocumentGetFont Method
Syntax
.GetFont as Office::Font (Index as N)
Arguments
- IndexNumeric
Returns
- resultOffice::Font
Description
Get the font indexed by Index. Index must be a value between 1 and the number of fonts returned by the FontCount property.
See Also