Xbasic
Office::ExcelDocumentGetFormat Method
Syntax
.GetFormat as Office::Format (Index as N)
Arguments
- IndexNumeric
Returns
- resultOffice::Format
Description
Get the format indexed by Index. Index must be a value between 1 and the number of formats returned by the FormatCount property.
Example
dim Doc as Office::ExcelDocument
See Also