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

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

Property Value

Type: Boolean
The default value is false.
Remarks

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

Note Note

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

See Also