Column

Overview

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

Represents column.

This class provides 4 methods for working with Column objects in C++ programs. Available methods include: GetIsHidden, GetWidth, SetIsHidden, SetWidth. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

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

See Also

 English