copy_settings method
copy_settings(self, source, check_style)
Copy settings of row, such as style, height, visibility, …etc.
def copy_settings(self, source, check_style):
    ...
| Parameter | Type | Description | 
|---|---|---|
| source | aspose.cells.Row | the source row whose settings will be copied to this one | 
| check_style | bool | whether 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
- module 
aspose.cells - class 
Row