Click or drag to resize
SheetAllowAdjustRC Property
Sets a value that indicates whether users are allowed to adjust rows and column manually when the worksheet is read-only.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public bool AllowAdjustRC { set; }

Property Value

Type: Boolean
Remarks

If the value is true, users are allowed to adjust rows and columns manually.

See Also