# Set Leaderboard Item Sort Order
Grammar — Set board|Leaderboard item sort order at column column and row row to sort|Sort Order
Flags —Native|Action
Sets the leaderboard item sort order to the order specified.
# Arguments
int<preset::Board> — Boardint— Columnint— Rowint— Sort
Returns — void
native void BoardItemSetSortValue(
int inBoard,
int inCol,
int inRow,
int inVal,
);
# Related
Category: Leaderboard / Leaderboard Items
- Set Leaderboard Item Text —
void— BoardItemSetText - Set Leaderboard Item Text Color —
void— BoardItemSetTextColor - Set Leaderboard Item Sort Order —
void— BoardItemSetSortValue - Set Leaderboard Item Icon —
void— BoardItemSetIcon - Set Leaderboard Item Background Color —
void— BoardItemSetBackgroundColor - Set Leaderboard Item Font Size —
void— BoardItemSetFontSize - Set Leaderboard Item Alignment —
void— BoardItemSetAlignment
# Examples
— None found —