> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblLeaderboardColumn

> XblLeaderboardColumn

# XblLeaderboardColumn

Represents a column in a collection of leaderboard items.

## Syntax

```cpp theme={null}
typedef struct XblLeaderboardColumn {  
    const char* statName;  
    XblLeaderboardStatType statType;  
} XblLeaderboardColumn  
```

### Members

*statName*\
Type: const char\*

The UTF-8 encoded name the statistic displayed in the column.

*statType*\
Type: [XblLeaderboardStatType](/reference/live/xsapi-c/leaderboard_c/enums/xblleaderboardstattype)

The property type of the statistic in the column.

## Member of

[XblLeaderboardResult](/reference/live/xsapi-c/leaderboard_c/structs/xblleaderboardresult)

## Requirements

**Header:** leaderboard\_c.h

## See also

[leaderboard\_c](/reference/live/xsapi-c/leaderboard_c/leaderboard_c_members)


## Related topics

- [XblLeaderboardStatType](/reference/live/xsapi-c/leaderboard_c/enums/xblleaderboardstattype.md)
- [XblLeaderboardResult](/reference/live/xsapi-c/leaderboard_c/structs/xblleaderboardresult.md)
- [PFLeaderboardsLeaderboardColumn](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsleaderboardcolumn.md)
- [XblLeaderboardRow](/reference/live/xsapi-c/leaderboard_c/structs/xblleaderboardrow.md)
- [PFLeaderboardsLinkedStatisticColumn](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardslinkedstatisticcolumn.md)
