Cells.ApplyRowStyle

Cells.ApplyRowStyle method

Applies formats for a whole row.

public void ApplyRowStyle(int row, Style style, StyleFlag flag)
ParameterTypeDescription
rowInt32The row index.
styleStyleThe style object which will be applied.
flagStyleFlagFlags which indicates applied formatting properties.

See Also