Spread Windows Forms 12.0 Product Documentation
ClipboardCopyAsStringSkipHidden Field
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadActions Class : ClipboardCopyAsStringSkipHidden Field
Copies the selected items to the Clipboard as a string skipping hidden rows and columns. This field is read-only.
Syntax
'Declaration
 
Public Shared ReadOnly ClipboardCopyAsStringSkipHidden As Object
'Usage
 
Dim value As Object
 
value = SpreadActions.ClipboardCopyAsStringSkipHidden
public static readonly object ClipboardCopyAsStringSkipHidden
Example
This example uses the ClipboardCopyAsStringSkipHidden action.
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.ClipboardCopyAsStringSkipHidden);
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.ClipboardCopyAsStringSkipHidden)
See Also

Reference

SpreadActions Class
SpreadActions Members