Click or drag to resize
TableReadOnly Property
Sets a value that indicates whether the Table 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 Table will be read-only. And if the value is false, the read-only Table will be editable.

Note Note

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

See Also