TCustomTableStyleSection Class
Represents the format of a table section (header, totals, etc).
Syntax
Unit: FlexCel.Core
TCustomTableStyleSection = class(TFlexCelObject);
Constructors
Name |
Description |
Create |
Creates a new Table Style section.
|
Methods
Name |
Description |
Clone |
Returns a deep copy of this object.
|
Equals |
Returns true if both objects are the same.
|
GetHashCode |
Returns the hashcode of the object.
|
Properties
Name |
Description |
Format |
Format that will be applied to this section of the table.
|
SectionSize |
This property only applies to strides. It defines how much rows or columns are in each stride. For other sections like headers, it is ignored.
|