The goog.editor.plugins.TableEditor.COMMAND Enum

goog.editor.plugins.TableEditor.COMMAND

Commands supported by goog.editor.plugins.TableEditor.

@enum
{string}

.INSERT_COLUMN_AFTER

.INSERT_COLUMN_BEFORE

.INSERT_ROW_AFTER

.INSERT_ROW_BEFORE

.MERGE_CELLS

.REMOVE_COLUMNS

.REMOVE_ROWS

.REMOVE_TABLE

.SPLIT_CELL

.TABLE