Function TreeItem.setCellMode

Sets the given column's cell mode to mode. See treecellmode constants.

void setCellMode (
  const(long) column,
  const(long) mode
) nothrow @nogc;