Cells.ApplyStyle

Cells.ApplyStyle method

Applies formats for a whole worksheet.

public void ApplyStyle(Style style, StyleFlag flag)
ParameterTypeDescription
styleStyleThe style object which will be applied.
flagStyleFlagFlags which indicates applied formatting properties.

See Also