Search
ColumnRangeMovingEventArgs.Allow Property
See Also
 






Gets or sets a value indicating whether to allow the current operation.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool Allow { get; set; }

Visual Basic  Copy Code

Public Property Allow As Boolean

 Property Value

A boolean value.

 Remarks

Set this property to true to allow the user to complete the operation or to false to indicate that the interaction cannot be completed currently.

 See Also