TdxTableCellOperation Enum
In This Article
#Declaration
Delphi
TdxTableCellOperation = (
ShiftToTheHorizontally,
ShiftToTheVertically,
RowOperation,
ColumnOperation
);
#Members
Name |
---|
Shift
|
Shift
|
Row
|
Column
|
See Also