Aspose::Cells::Cells::ApplyColumnStyle method

Cells::ApplyColumnStyle method

Applies formats for a whole column.

void Aspose::Cells::Cells::ApplyColumnStyle(int32_t column, const Style &style, const StyleFlag &flag)
ParameterTypeDescription
columnint32_tThe column index.
styleconst Style&The style object which will be applied.
flagconst StyleFlag&Flags which indicates applied formatting properties.

See Also