Xbasic
Office::Excel2003DocumentGetFormat 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.
See Also