Skip to main content
All docs
V26.1
  • Row

    WorkbookSecurityLoadingLimits.MaxSheetCellCount Property

    Gets or sets the maximum number of cells that can be in a loaded workbook.

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public long? MaxSheetCellCount { get; set; }

    Property Value

    Type Description
    Nullable<Int64>

    The maximum number of cells that can be in a loaded workbook.

    See Also