Aspose::Cells::Range::ApplyStyle method

Range::ApplyStyle method

Applies formats for a whole range.

void Aspose::Cells::Range::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.

Remarks

Each cell in this range will contains a Style object. So this is a memory-consuming method. Please use it carefully.

See Also