WriteProtection
RecommendReadOnly Property
|
Gets or sets whether the Read Only Recommended option is selected.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool RecommendReadOnly { get; set; }
Public Property RecommendReadOnly As Boolean
Get
Set
public:
property bool RecommendReadOnly {
bool get ();
void set (bool value);
}
member RecommendReadOnly : bool with get, set
Property Value
Type:
Boolean
See Also