Spread Silverlight Documentation
IsCutting Property (ClipboardPasteExtent)


GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > ClipboardPasteExtent Class : IsCutting Property
Gets a value that indicates whether the operation is a Clipboard cut.
Syntax
'Declaration
 
Public ReadOnly Property IsCutting As System.Boolean
'Usage
 
Dim instance As ClipboardPasteExtent
Dim value As System.Boolean
 
value = instance.IsCutting
public System.bool IsCutting {get;}

Property Value

true if a cut; otherwise, copy.
See Also

Reference

ClipboardPasteExtent Class
ClipboardPasteExtent Members