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