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.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic bool AllowAdjustRC { set; }
Public WriteOnly Property AllowAdjustRC As Boolean
Set
Property Value
Type:
Boolean
RemarksIf the value is true, users are allowed to adjust rows and columns manually.
See Also