Skip to main content
All docs
V26.1
  • Row

    WorkbookOptions.SecurityLoadingOptions Property

    Gets the security loading options for a workbook.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

    Declaration

    public WorkbookSecurityLoadingOptions SecurityLoadingOptions { get; }

    Property Value

    Type Description
    WorkbookSecurityLoadingOptions

    An object that contains the security loading options for a workbook.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to SecurityLoadingOptions
    Workbook
    .Options .SecurityLoadingOptions
    See Also