Click or drag to resize
SheetReadOnly Property
Sets a value that indicates whether the worksheet is read-only.

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

Property Value

Type: Boolean
Remarks

If the value is true, the editable Sheet range will be read-only. And if the value is false, the read-only Sheet range will be editable.

Note Note

Only when OpenMode is Aceoffix.OpenModeType.xlsSubmitForm, the ReadOnly property is valid.

Property Value

Type: Boolean
The default value is true.
See Also