PowerTools SPREAD for Windows Forms 10.0J
GetClipDataObject(Boolean,CellRange,ClipboardCopyOptions) メソッド


切り取りからかどうか
セル範囲
ClipboardCopyOptions
クリップボードの使用に必要な形式(CellInfoRange、ColumnInfoRange、RowInfoRange)を含むデータオブジェクトを取得します。
構文
'Declaration
 
Public Function GetClipDataObject( _
   ByVal fromCutting As Boolean, _
   ByVal cellRange As CellRange, _
   ByVal copyOptions As ClipboardCopyOptions _
) As DataObject
'使用法
 
Dim instance As SheetView
Dim fromCutting As Boolean
Dim cellRange As CellRange
Dim copyOptions As ClipboardCopyOptions
Dim value As DataObject
 
value = instance.GetClipDataObject(fromCutting, cellRange, copyOptions)

パラメータ

fromCutting
切り取りからかどうか
cellRange
セル範囲
copyOptions
ClipboardCopyOptions

戻り値の型

DataObject
次のサンプルコードは、GetClipDataObjectメソッドを使用します。
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)
参照

SheetView クラス
SheetView メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.