Gets or sets a value indicating whether users can resize rows and columns by dragging cell borders.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public bool AllowResizeCells { get; set; } |
Visual Basic
![]() |
---|
Public Property AllowResizeCells As Boolean |
true to allow resizing cells by dragging their borders, or false otherwise. The default value is false.
Even if this property is disabled, users can still resize rows and columns by dragging their headers.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |