Skip to main content
All docs
V26.1
  • Row

    WorkbookSecurityLoadingLimits.MaxSheetRowCount Property

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

    Namespace: DevExpress.Spreadsheet

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

    Declaration

    public int? MaxSheetRowCount { get; set; }

    Property Value

    Type Description
    Nullable<Int32>

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

    See Also