The EditExtensions type exposes the following members.

Methods

  Name Description
Public method Static member CanDeleteCells
Returns whether cells can be deleted from a range.
Public method Static member CanInsertColumnsOrRows
Returns whether table columns and rows can be inserted in a range.
Public method Static member CanMergeCells
Returns whether the cells contained in a range can be merged.
Public method Static member CanUnmergeCell
Returns whether a cell can be unmerged.
Public method Static member CellRange
Returns the widest caret range of the first cell in a range.
Public method Static member ColumnRange
Returns a range containing all the columns included in a parameter range.
Public method Static member ConvertTextToTable
Converts a range of text to a table.
Public method Static member Delete
Deletes elements and content in a range.
Public method Static member DeleteCells
Deletes cells contained in a range.
Public method Static member DeleteColumns
Deletes columns contained in a range.
Public method Static member DeleteRows
Deletes rows contained in a range.
Public method Static member DeleteTable
Deletes a table.
Public method Static member GetVisibleBorders
Returns the borders of a range inside a table that are visible.
Public method Static member InsertColumnsLeft
Inserts table columns to the left.
Public method Static member InsertColumnsRight
Inserts table columns to the right.
Public method Static member InsertHardLineBreak
Inserts a hard line break in the position.
Public method Static member InsertInline
Inserts an inline element in a text position.
Public method Static member InsertRowsAbove
Inserts table rows above.
Public method Static member InsertRowsBelow
Inserts table rows below.
Public method Static member InsertSoftLineBreak
Inserts a soft line break in the position.
Public method Static member InsertTable
Inserts a table in a document.
Public method Static member InsertText
Inserts text in a document keeping the styles of previous runs in the same block.
Public method Static member MakeHyperlink
Makes a text range into a hyperlink.
Public method Static member MakeList(C1TextRange)
Makes a list from the blocks in a range.
Public method Static member MakeList(C1TextRange, TextMarkerStyle)
Makes a list with the specified style from the blocks in a range.
Public method Static member MergeCells
Merges the cells contained in the parameter range.
Public method Static member RemoveHyperlinks
Removes all hyperlinks in a text range.
Public method Static member ReplaceText(C1TextRange, String)
Replaces a range with text.
Public method Static member ReplaceText(C1TextRange, String, C1Run) Obsolete.
Replaces a range with text.
Public method Static member RowRange
Returns a range containing all the rows included in a parameter range.
Public method Static member SetBorders
Configures the borders of the table cells in a range.
Public method Static member TableRange
Returns a range containing the table included in a parameter range.
Public method Static member UndoList
Converts all the items of a list in a range to paragraphs.
Public method Static member UnmergeCell
Unmerge a cell.

See Also