setColumnTitle( )

Sets the title for a column.

Interface

mimelist

JavaScript synopsis
inst.setColumnTitle(n, title)
C synopsis
void setColumnTitle(
  ListInstance* inst,
  AUInt16 n,
  ADOMString title
)
Parameters
  • inst   The MIME instance.

  • n   The zero-based column number.

  • title   The title for the column.

Returns

None