ColumnRangeModel
Overview
ColumnRangeModel is a class in Aspose.Cells for NET.
ColumnRangeModel.MinColumnIndex gets or sets the zero‑based index of the first column in the range.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
MinColumnIndex | int | Read/Write | Gets or sets the zero‑based index of the first column in the range |
MaxColumnIndex | int | Read/Write | Represents the zero‑based index of the last column in the range |
Width | double? | Read/Write | Gets or sets the column width in points; null indicates the default width |
Hidden | bool | Read/Write | Gets or sets a flag indicating whether the columns in the range are hidden |
StyleIndex | int? | Read/Write | Gets or sets the index of the style applied to the columns; null means no style |