Xbasic
Office::ExcelDocumentGetFont 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.
Example
dim Doc as Office::ExcelDocument
See Also