Skip to main content

TdxTableCellOperation Enum

Declaration

TdxTableCellOperation = (
    ShiftToTheHorizontally,
    ShiftToTheVertically,
    RowOperation,
    ColumnOperation
);

Members

Name
ShiftToTheHorizontally
ShiftToTheVertically
RowOperation
ColumnOperation
See Also