Aspose::Cells::Row::CopySettings method
Row::CopySettings method
Copy settings of row, such as style, height, visibility, …etc.
void Aspose::Cells::Row::CopySettings(const Row &source, bool checkStyle)
Parameter | Type | Description |
---|---|---|
source | const Row& | the source row whose settings will be copied to this one |
checkStyle | 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
- Class Vector
- Class Row
- Class Row
- Namespace Aspose::Cells
- Library Aspose.Cells for C++