MESCIUS SPREAD for Windows Forms 17.0J
ClipboardCopyValues フィールド

選択されている項目の値のみをクリップボードにコピーします。
構文
'Declaration
 
Public Shared ReadOnly ClipboardCopyValues As Object
public static readonly object ClipboardCopyValues
次のサンプルコードは、ClipboardCopyValuesアクションを使用します。
FarPoint.Win.Spread.InputMap im;
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused);
im.Put(new FarPoint.Win.Spread.Keystroke(Keys.P, Keys.None), FarPoint.Win.Spread.SpreadActions.ClipboardCopyValues);
Dim im As FarPoint.Win.Spread.InputMap
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused)
im.Put(New FarPoint.Win.Spread.Keystroke(Keys.P, Keys.None), FarPoint.Win.Spread.SpreadActions.ClipboardCopyValues)
参照

SpreadActions クラス
SpreadActions メンバ

 

 


© MESCIUS inc. All rights reserved.