GridStackedLayoutSettingsSettingsBuilder
Methods
Cols(System.Double[])
Sets the amount of columns in which the stacked cells will be displayed. If set as array, the size of the array represents the number of columns, and the values represent the column widths. Possible values are: string, number, and object.
Parameters
values - System.Double[]
The column widths for the columns
RETURNS
Returns the current GridStackedLayoutSettingsSettingsBuilder instance.
Cols(System.String[])
Sets the amount of columns in which the stacked cells will be displayed. If set as array, the size of the array represents the number of columns, and the values represent the column widths. Possible values are: string, number, and object.
Parameters
values - System.String[]
The column widths for the columns
RETURNS
Returns the current GridStackedLayoutSettingsSettingsBuilder instance.
Cols(System.Double)
Sets the amount of columns in which the stacked cells will be displayed. If set as array, the size of the array represents the number of columns, and the values represent the column widths. Possible values are: string, number, and object.
Parameters
value - System.Double
The value for Cols
RETURNS
Returns the current GridStackedLayoutSettingsSettingsBuilder instance.