GrapeCity.Xaml.SpreadSheet.UI.UndoRedo Namespace > ClipboardPasteExtent Class : ClipboardPasteExtent Constructor |
true
the action is a cut; otherwise, copy.
'Declaration Public Function New( _ ByVal sourceRange As CellRange, _ ByVal targetRanges() As CellRange, _ ByVal isCutting As Boolean, _ ByVal clipboardText As String _ )
'Usage Dim sourceRange As CellRange Dim targetRanges() As CellRange Dim isCutting As Boolean Dim clipboardText As String Dim instance As New ClipboardPasteExtent(sourceRange, targetRanges, isCutting, clipboardText)
public ClipboardPasteExtent( CellRange sourceRange, CellRange[] targetRanges, bool isCutting, string clipboardText )
true
the action is a cut; otherwise, copy.Target Platforms: Windows Server 2012, Windows RT