Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ClipboardPastingEventArgs Class / IsCutting Property


In This Topic
    IsCutting Property (ClipboardPastingEventArgs)
    In This Topic
    Gets a value indicating whether is cutting.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCutting As Boolean
    'Usage
     
    Dim instance As ClipboardPastingEventArgs
    Dim value As Boolean
     
    value = instance.IsCutting
    public bool IsCutting {get;}

    Property Value

    true if is cutting; otherwise, false.
    See Also