Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / ValidateForPasting Property


In This Topic
    ValidateForPasting Property
    In This Topic
    Specifies whether to validate value when pasting.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property ValidateForPasting As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.ValidateForPasting = value
     
    value = instance.ValidateForPasting
    [DefaultValue(false)]
    public bool ValidateForPasting {get; set;}
    See Also