GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > ClipboardPasteCommand クラス : CanPaste メソッド |
'Declaration
Public Shared Function CanPaste( _ ByVal source As IWorksheet, _ ByVal sourceRefs() As Reference, _ ByVal target As IWorksheet, _ ByVal targetRefs() As Reference, _ ByVal pasteType As PasteType, _ ByVal isCopying As Boolean, _ ByVal uiAction As Boolean, _ ByVal isTranspose As Boolean _ ) As Boolean
public static bool CanPaste( IWorksheet source, Reference[] sourceRefs, IWorksheet target, Reference[] targetRefs, PasteType pasteType, bool isCopying, bool uiAction, bool isTranspose )