kSelectionColumnId top-level constant
int
const kSelectionColumnId
Column ID used for the selection checkbox column. Uses a very negative value to avoid conflicts with user-defined column IDs.
Implementation
const int kSelectionColumnId = -9999;