Column

Overview

Column is a class in Aspose.Cells FOSS for C++.

Represents column.

Methods

SignatureDescription
GetWidth()std::optional<double>Gets or sets the width.
SetWidth(value: std::optional<double>)
GetIsHidden()boolGets or sets a value indicating whether hidden.
SetIsHidden(value: bool)

See Also