| GUILayoutStringTableAddTextColumn Method (GUIContent, GUIStyle, Single, Single) | 
 Adds a content into the table column.
 
    Namespace: 
   KSPDev.GUIUtils
    Assembly:
   KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
 Syntax
Syntaxpublic void AddTextColumn(
	GUIContent content,
	GUIStyle style,
	float minWidth = 0f,
	float maxWidth = ∞f
)
Parameters
- content
- Type: UnityEngineGUIContent
 The text/tooltip content of the column to add.
- style
- Type: UnityEngineGUIStyle
 The style to apply to the text.
- minWidth (Optional)
- Type: SystemSingle
 The minimum width of the column.
- maxWidth (Optional)
- Type: SystemSingle
 The maximum width of the column.
 Remarks
Remarks
            When possible, this method should be preferred over the other methods, which are simply the
            shortcuts to this one.
 See Also
See Also