Aspose::Cells::Range::SetStyle method

Range::SetStyle(const Style&, bool) method

Apply the cell style.

void Aspose::Cells::Range::SetStyle(const Style &style, bool explicitFlag)
ParameterTypeDescription
styleconst Style&The cell style.
explicitFlagboolTrue, only overwriting formatting which is explicitly set.

See Also

Range::SetStyle(const Style&) method

Sets the style of the range.

void Aspose::Cells::Range::SetStyle(const Style &style)
ParameterTypeDescription
styleconst Style&The Style object.

See Also