Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation removeEmptyRows: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Result display method functions]]





Revision as of 06:46, 28 March 2011



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