ReadOnlyRecommended Property (DDSecurity)
In This Topic
Gets or sets the value that indicates whether the spreadsheet document has been saved in the recommended read-only mode.
Syntax
'Declaration
Public Property ReadOnlyRecommended As Boolean
public bool ReadOnlyRecommended {get; set;}
Property Value
A
System.Boolean value, representing whether the spreadsheet document has been saved in the recommended read-only mode.
See Also