enum CellDeleteMode in module com::sun::star::sheet:: |
enum CellDeleteMode;
used to specify how cells are moved when cells are deleted.
Values Summary |
|
| NONE | no cells are moved. |
| UP | the cells below the deleted cells are moved up. |
| LEFT | the cells to the right of the deleted cells are moved left. |
| ROWS | entire rows below the deleted cells are moved up. |
| COLUMNS | entire columns to the right of the deleted cells are moved left. |
Values Details |
||||||
|
||||||
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.