Column

Overview

Column is a struct in Aspose.Cells FOSS for Rust.

Represents column.

This struct provides 7 methods for working with Column objects in Rust programs. Available methods include: get_index, get_is_hidden, get_width, index, is_hidden, properties, width. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
index()u32Gets the associated value.
get_index()u32Gets the associated value.
properties()Option<ColumnProperties>Gets stored column properties for this column, if present.
width()Option<f64>Gets the width.
get_width()Option<f64>Gets the width.
is_hidden()boolGets a value indicating whether hidden.
get_is_hidden()boolGets a value indicating whether hidden.

See Also