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


In This Topic
    IsCutting Property (ValidationPastingEventArgs)
    In This Topic
    Gets a value that indicates whether the data is cut.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCutting As Boolean
    'Usage
     
    Dim instance As ValidationPastingEventArgs
    Dim value As Boolean
     
    value = instance.IsCutting
    public bool IsCutting {get;}

    Property Value

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