Row.CopySettings

Row.CopySettings method

Copy settings of row, such as style, height, visibility, …etc.

public void CopySettings(Row source, bool checkStyle)
ParameterTypeDescription
sourceRowthe source row whose settings will be copied to this one
checkStyleBooleanwhether check and gather style. Only takes effect and be needed when two row objects belong to different workbook and the styles of two workbooks are different.

See Also