Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the number of columns in the list view

Examples

Code Block
languagetext
// Get the number of columns in a list view we created earlier 

...


int $listViewID = `getGlobalIntVar "ListViewID"`;

...


print( `getNumListViewColumns $listViewID` );

Scroll pagebreak

Additional information

...