Aspose::Cells::Row::SetStyle method
Row::SetStyle method
Sets the style of this row.
void Aspose::Cells::Row::SetStyle(const Style &style)
Parameter | Type | Description |
---|---|---|
style | const Style& | the style to be used as the default style for cells in this row. |
Remarks
This method only sets the given style as the default style for this row, without changing the style settings for existing cells in this row. To update style settings of existing cells to the specified style at the same time, please use ApplyStyle(Style, StyleFlag)
See Also
- Class Vector
- Class Style
- Class Row
- Namespace Aspose::Cells
- Library Aspose.Cells for C++