Cells.ApplyColumnStyle

Cells.ApplyColumnStyle method

Applies formats for a whole column.

public void ApplyColumnStyle(int column, Style style, StyleFlag flag)
ParameterTypeDescription
columnInt32The column index.
styleStyleThe style object which will be applied.
flagStyleFlagFlags which indicates applied formatting properties.

See Also