note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
GetMenuColumns
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Get the number of active columns.
Name | Description |
---|---|
Menu:menuid | The ID of the menu to get the columns from. |
Returns
Returns the number of active columns.
Examples
new columns = GetMenuColumns(menuid);
Related Functions
- GetMenuItems: Get the menu items.
- GetMenuItem: Get the text in the specified cell - addressed by column and row.