int = GetStringWidth(first)
Gets the necessary column width to fully display this text in a column.
Parameters
first : int
String that contains the text whose width is to be determined.Comments
Doesn't take the size of an included Image in account, only the size of the text is determined.