DgsGridListSetItemText
Jump to navigation
Jump to search
Syntax
bool guiGridListSetItemText ( element gridList, int rowIndex, int columnIndex, string text, bool section, bool number )
Required Arguments
- gridList: The grid list element
- rowIndex: Row ID
- columnIndex: Column ID
- text: The text you want to put in (does NOT accept numbers, use tostring() for that)
- section: Determines if the item is a section
- number: Tells whether the text item is a number value or not (used for sorting)
Returns
Returns true if the item text was set successfully, false otherwise.
Click to expand [+]
Client