Method that adds a column to the list of default columns in the style.
Name | Type | Description |
Title | String | Optional input String that specifies the column title. If not specified, a default name is used. This is an optional argument whose default value is "". |
Width | Double | Optional input Double that specifies the width of the column. If not specified, the default width value is used. A value of 0 indicates the default width value. This is an optional argument whose default value is 0.0. |
TitleHorizontalJustification | HorizontalTextAlignmentEnum | Optional input HorizontalTextAlignmentEnum that specifies the text justification for the column title. This is an optional argument whose default value is 19969. |
ValueHorizontalJustification | HorizontalTextAlignmentEnum | Optional input HorizontalTextAlignmentEnum that specifies the text justification for the column values. This is an optional argument whose default value is 19969. |