RevisionCellMoveDestinationArea Property |
Gets the destination area.
Namespace:
Aspose.Cells.Revisions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic CellArea DestinationArea { get; }
Public ReadOnly Property DestinationArea As CellArea
Get
public:
property CellArea DestinationArea {
CellArea get ();
}
member DestinationArea : CellArea with get
Property Value
Type:
CellArea
See Also