Aspose::Cells::Column::ApplyStyle method

Column::ApplyStyle method

Applies formats for a whole column.

void Aspose::Cells::Column::ApplyStyle(const Style &style, const StyleFlag &flag)
ParameterTypeDescription
styleconst Style&The style object which will be applied.
flagconst StyleFlag&Flags which indicates applied formatting properties.

See Also