Tabulation removeEmptyColumns

From Catglobe Wiki
Revision as of 10:51, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Tabulation_removeEmptyColumns

Remove empty column in table diagram

Syntax

Tabulation_removeEmptyColumns(boolean)

Arguments

  • boolean: is bool

Return value

empty

Example

Tabulation_removeEmptyColumns(true);

number a = createFrequenceDiagram("Single");

Tabulation_removeEmptyColumns(false);

number a = createFrequenceDiagram("Single1");

Availability

Version 5.7