Search
WorkbookView.AllowResizeCells Property
See Also
 






Gets or sets a value indicating whether users can resize rows and columns by dragging cell borders.

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

 Syntax

C#  Copy Code

public bool AllowResizeCells { get; set; }

Visual Basic  Copy Code

Public Property AllowResizeCells As Boolean

 Property Value

true to allow resizing cells by dragging their borders, or false otherwise. The default value is false.

 Remarks

Even if this property is disabled, users can still resize rows and columns by dragging their headers.

 See Also