setDefaultXLSFormat Method
Sets a default XLS cell format.
Object.setDefaultXLSFormat(tcDefaultXLSFormat)
Parameters
tcDefaultXLSFormat
A default XLS cell format.
Remarks
Applies To: XFRX#INIT, XFRX#LISTENER, oXFRX
XFRX version: 24.0 for XFRX#LISTENER, oXFRX
Examples
LOCAL m.loXFRX m.loXFRX=EVALUATE([xfrx("XFRX#INIT")]) m.loXFRX.setDefaultXLSFormat("General")