XlsWorkbook
ReadOnlyRecommended Property
|
True to display a message when the file is opened, recommending that the file be opened as read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ReadOnlyRecommended { get; set; }
Public Property ReadOnlyRecommended As Boolean
Get
Set
public:
virtual property bool ReadOnlyRecommended {
bool get () sealed;
void set (bool value) sealed;
}
abstract ReadOnlyRecommended : bool with get, set
override ReadOnlyRecommended : bool with get, set
Property Value
Type:
Boolean
Implements
IWorkbook
ReadOnlyRecommended
See Also