Function TreeItem.setTextAlign

Sets the given column's text alignment. See textalign for possible values.

void setTextAlign (
  const(long) column,
  const(long) text_align
) nothrow @nogc;