Gets or sets a value indicating whether users can resize rows and columns by dragging cell borders.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool AllowResizeCells { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowResizeCells As Boolean |
true to allow resizing cells by dragging their borders, or false otherwise. The default value is false.
RemarksEven if this property is disabled, users can still resize rows and columns by dragging their headers.
See Also