column Configurations
Parameters
value
An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.
Parameters
values
An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.
suspend fun columnConfigurations(argument: List<suspend AnalysisColumnConfigurationArgsBuilder.() -> Unit>)
suspend fun columnConfigurations(vararg argument: suspend AnalysisColumnConfigurationArgsBuilder.() -> Unit)
suspend fun columnConfigurations(argument: suspend AnalysisColumnConfigurationArgsBuilder.() -> Unit)
Parameters
argument
An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.