TColumnBlock Record
This class represents a block of columns with the same formatting, options and width.
Syntax
Unit: FlexCel.Core
TColumnBlock = record;
Fields
| Name |
Description |
| FirstCol |
First column of the range (1 based).
|
| LastCol |
Last column of the range (1 based).
|
| Width |
Width of the columns.
|
| Options |
Options of the columns.
|
| XF |
Format of the columns.
|
Methods
| Name |
Description |
| Create |
Creates a new TColumnBlock.
|
| Equals |
returns true if both objects have the same values.
|
| GetHashCode |
returns the hashcode.
|
Operators
| Name |
Description |
| Equality |
Adapts the = operator so it returns true when both instances have the same values. |
| Inequality |
Adapts the <> operator so it returns true when both instances have different values. |
Properties
| Name |
Description |
| Hidden |
Returns true if the columns are hidden |