Aspose::Cells::Cells::SetRowHeight method
Cells::SetRowHeight method
Sets the height of the specified row.
void Aspose::Cells::Cells::SetRowHeight(int32_t row, double height)
| Parameter | Type | Description |
|---|---|---|
| row | int32_t | Row index. |
| height | double | Height of row.In unit of point It should be between 0 and 409.5. |
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++