Aspose::Cells::Cells::SetViewColumnWidthPixel method
Cells::SetViewColumnWidthPixel method
Sets the width of the column in different view.
void Aspose::Cells::Cells::SetViewColumnWidthPixel(int32_t column, int32_t pixels)
Parameter | Type | Description |
---|---|---|
column | int32_t | The column index. |
pixels | int32_t | The width in unit of pixels. |
Remarks
If the current view type is ViewType.PageLayoutView, the column’s width is same as printed width.
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++