GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class > ClipboardPaste Method : ClipboardPaste(CellRange,ClipboardPasteOptions) Method |
'Declaration Public Overloads Sub ClipboardPaste( _ ByVal range As CellRange, _ ByVal option As ClipboardPasteOptions _ )
'Usage Dim instance As SheetView Dim range As CellRange Dim option As ClipboardPasteOptions instance.ClipboardPaste(range, option)
public void ClipboardPaste( CellRange range, ClipboardPasteOptions option )
GcSpreadSheet1.Sheets[0].Cells[0, 0].Text = "Copy"; GcSpreadSheet1.View.ClipboardCut(new GrapeCity.Xaml.SpreadSheet.Data.CellRange(0, 0, 1, 1)); GcSpreadSheet1.View.ClipboardPaste(new GrapeCity.Xaml.SpreadSheet.Data.CellRange(2, 2, 1, 1), GrapeCity.Xaml.SpreadSheet.Data.ClipboardPasteOptions.Values);
GcSpreadSheet1.Sheets(0).Cells(0, 0).Text = "Copy" GcSpreadSheet1.View.ClipboardCut(new GrapeCity.Xaml.SpreadSheet.Data.CellRange(0, 0, 1, 1)) GcSpreadSheet1.View.ClipboardPaste(new GrapeCity.Xaml.SpreadSheet.Data.CellRange(2, 2, 1, 1), GrapeCity.Xaml.SpreadSheet.Data.ClipboardPasteOptions.Values)
Target Platforms: Windows Server 2012, Windows RT