Difference between revisions of "Tabulation removeEmptyColumns"

From Catglobe Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category:Result display method functions]]
 
[[Category:Result display method functions]]

+
{{HelpFiles}}
  
 
=====Tabulation_removeEmptyColumns=====
 
=====Tabulation_removeEmptyColumns=====

Latest revision as of 12:05, 12 December 2011



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