Property
EmptyHorizontal
Description
Specifies wether to display cube horizontal rows that are empty or not.
Type
Boolean
Values
True (-1)
Doesn't display empty rows
False (0)
Does display empty rows
Default
True
Example
Code:
Cube1.EmptyHorizontal = True
HTML:
<PARAM NAME="EmptyHorizontal" VALUE= "-1">< /tr>< /tr>< /tr>
See also
EmptyVertical
Notes
You can set this value directly from the control in the preferences dialog.