ColumnRangeModel

ColumnRangeModel

Overview

ColumnRangeModel is a class in Aspose.Cells FOSS for .NET.

Represents column range model.

Properties

NameTypeAccessDescription
MinColumnIndexintRead/WriteRepresents the zero‑based index of the first column in the range
MaxColumnIndexintRead/Write
Widthdouble?Read/WriteRepresents the optional width of columns in the range, measured in points
HiddenboolRead/WriteIndicates whether the columns in the range are hidden
StyleIndexint?Read/WriteRepresents the optional index of the style applied to the columns

See Also