Method SetColumnWidth
SetColumnWidth(ObjectUniqueId, float?)
Sets the width of the specified column.
bool SetColumnWidth(ObjectUniqueId columnId, float? width)
Parameters
columnIdObjectUniqueIdThe unique identifier of the column whose width is to be set.
widthfloat?The new width to apply to the column. If not specified will be calculated using width of the title.
Returns
Remarks
This method attempts to find the column associated with the given
columnId and set its width to the specified
width. If the column cannot be
found, the method returns false.