Difference between revisions of "Tabulation removeEmptyRows"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Result display method functions]]
 

 

  

Revision as of 08: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