Method SetColumnTitle
SetColumnTitle(ObjectUniqueId, string?)
Sets the title of the specified column.
bool SetColumnTitle(ObjectUniqueId columnId, string? title)
Parameters
columnIdObjectUniqueIdThe unique identifier of the column whose title is to be set.
titlestringThe new title for the column. If null, the title is set to an empty string.