Aspose::Cells::AutoFitMergedCellsType enum
AutoFitMergedCellsType enum
Represents the type of auto fitting merged cells.
enum class AutoFitMergedCellsType
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | Ignore merged cells. |
| FirstLine | 1 | Only expands the height of the first row. |
| LastLine | 2 | Only expands the height of the last row. |
| EachLine | 3 | Expands the height of each row. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++