Create(Integer,Integer,Boolean,Integer) Constructor
Initializes a new instance of the TdxSplitTableCellsParameters class with specified settings.
Declaration
constructor Create(AColumnsCount: Integer; ARowsCount: Integer; AMergeCellsBeforeSplit: Boolean; ARowCountAfterMerge: Integer);
Parameters
| Name | Type |
|---|---|
| AColumnsCount | Integer |
| ARowsCount | Integer |
| AMergeCellsBeforeSplit | Boolean |
| ARowCountAfterMerge | Integer |
See Also