[]
Represents the action that converts a table to a range.
public class ConvertTableToRangeUndoAction : UndoAction, ICloneable
Public Class ConvertTableToRangeUndoAction
Inherits UndoAction
Implements ICloneable
| Name | Description |
|---|---|
| ConvertTableToRangeUndoAction(FpSpread, SheetView, string) | Creates a new ConvertTableToRangeUndoAction object. |
| Name | Description |
|---|---|
| PerformUndoAction(object) | Performs the action. |
| SaveUndoState() | Creates a new AddTableUndoAction object. |
| ToString() | Returns a string that represents this object. |
| Undo(object) | Undoes the action. |