Aspose::Cells::Cells::SetColumnWidth method
Cells::SetColumnWidth method
Sets the width of the specified column in normal view.
void Aspose::Cells::Cells::SetColumnWidth(int32_t column, double width)
| Parameter | Type | Description |
|---|---|---|
| column | int32_t | Column index. |
| width | double | Width of column in unit of characters.Column width must be between 0 and 255. |
Remarks
For spreadsheet, column width is measured as the number of characters of the maximum digit width of the numbers 0~9 as rendered in the normal style’s font.
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++