FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > SheetView クラス : GetClipDataObject(Boolean,CellRange,ClipboardCopyOptions) メソッド |
'宣言
Public Function GetClipDataObject( _ ByVal fromCutting As Boolean, _ ByVal cellRange As CellRange, _ ByVal copyOptions As ClipboardCopyOptions _ ) As DataObject
public DataObject GetClipDataObject( bool fromCutting, CellRange cellRange, ClipboardCopyOptions copyOptions )
object res; res = fpSpread1.Sheets[0].GetClipDataObject(true, new FarPoint.Win.Spread.Model.CellRange(0,0,2,2), FarPoint.Win.Spread.ClipboardCopyOptions.All);
Dim res As Object res = fpSpread1.Sheets(0).GetClipDataObject(True, New FarPoint.Win.Spread.Model.CellRange(0, 0, 2, 2), FarPoint.Win.Spread.ClipboardCopyOptions.All)