GuiGridListGetColumnCount

From Multi Theft Auto: Wiki
Revision as of 15:40, 5 April 2011 by Arran Fortuna (talk | contribs) (Created page with "{{Client function}} __NOTOC__ This allows you to get the count of existing columns in a gridlist. ==Syntax== <syntaxhighlight lang="lua"> int guiGridListGetColumnCount ( element gridList ) <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This allows you to get the count of existing columns in a gridlist.

Syntax

int guiGridListGetColumnCount ( element gridList )

Required Arguments

  • gridList: The grid list you want to add a column to

Returns

Returns an integer with the amount of columns in the gridlist, false otherwise.

Example

This page lacks an example

--add an example here

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows