ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSecurity Class / ReadOnlyRecommended Property

In This Topic
    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