ColumnRangeModel
Overview
ColumnRangeModel is a class in Aspose.Cells FOSS for .NET.
Represents column range model.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
MinColumnIndex | int | Read/Write | Represents the zero‑based index of the first column in the range |
MaxColumnIndex | int | Read/Write | |
Width | double? | Read/Write | Represents the optional width of columns in the range, measured in points |
Hidden | bool | Read/Write | Indicates whether the columns in the range are hidden |
StyleIndex | int? | Read/Write | Represents the optional index of the style applied to the columns |