Przejdź do głównej zawartości

GetMenuItems

warning

This function was added in omp v1.1.0.2612 and will not work in earlier versions!

Description

Get the number of rows in the given column.

NameDescription
Menu:menuidThe ID of the menu.
columnThe column.

Returns

Returns the number of rows.

Examples

// Get the menu number of rows in the column 1
new items = GetMenuItems(menuid, 1);
  • GetMenuColumns: Get the number of active columns.
  • GetMenuItem: Get the text in the specified cell - addressed by column and row.