ColumnProperties

ColumnProperties

Overview

ColumnProperties is a struct in Aspose.Cells FOSS for Rust. Inherits from: Debug, Clone, Copy, and 1 more.

Encapsulates a single worksheet and its supported v0.1 worksheet features.

Fields: hidden, width.

Fields

NameTypeAccessDescription
widthOption<f64>Read/WriteGets the width.
hiddenboolRead/WriteGets the hidden.

See Also