Esempio n. 1
0
 public static void MoveColumnRight(IHtmlEditorComponentContext editorContext, MarkupRange markupRange)
 {
     TableEditor tableEditor = new TableEditor(editorContext, markupRange);
     tableEditor.MoveColumnRight();
 }