Set display format of column label row.
Note: There is only GUI way to right click label and set its display format.
1. wlabel type:=L fmt:="*3";
2. wlabel ty:=C rt:=1;
3. wlabel ty:="File Date" fmt:="yyyy-MM-dd HH:mm";
4. wlabel ty:=D2 fmt:=".2";
5. wlabel ty:="My Time" fmt:="THH:mm";
6. wlabel ty:=MyParam ex:=show;
7. wlabel ty:=MyParam ex:=clear;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
iw | iw |
Input Worksheet |
|
Specify the input range |
execute | execute |
Input int |
|
Get or set cell properties.
Option list:
|
type | type |
Input string |
|
The character or the name of the column label row.
Please refer to the Character in this table. |
fmt | fmt |
Input string |
|
Specify the format of the column label row.
Please refer to the format in this page |
rt | rt |
Input int |
|