Spread Silverlight Documentation
IsCutting Property (ValidationPastingEventArgs)


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

Property Value

true if [is cutting]; otherwise, false.
See Also

Reference

ValidationPastingEventArgs Class
ValidationPastingEventArgs Members