Tabulation removeEmptyRows

From Catglobe Wiki
Revision as of 11:05, 12 December 2011 by Cg huyphong (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Tabulation_removeEmptyRows

Remove empty rows in table diagram

Syntax

Tabulation_removeEmptyRows(boolean)

Arguments

  • boolean: is bool

Return value

empty

Example

Tabulation_removeEmptyRows(true);

number a = createFrequenceDiagram("Single");

Tabulation_removeEmptyRows(false);

number a = createFrequenceDiagram("Single1");

Availability

Version 5.7