Overview
Column is a class in Aspose.Cells FOSS for C++.
Represents column.
Methods
| Signature | Description |
|---|
GetWidth() → std::optional<double> | Gets or sets the width. |
SetWidth(value: std::optional<double>) | |
GetIsHidden() → bool | Gets or sets a value indicating whether hidden. |
SetIsHidden(value: bool) | |
See Also