Limit for GroupMethodsAffectedCellsLimit

Hi there,
I’m using Gembox.Spreadsheet (39.3.30.1063) for .net MVC, just want to know about max capacity for GroupMethodsAffectedCellsLimit, it is throwing error “System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.set_Capacity(Int32 value)
at GemBox.Spreadsheet.Styles.FormatCache.set_QueueCapacity(Int32 )
at GemBox.Spreadsheet.ExcelFile.set_GroupMethodsAffectedCellsLimit(Int32 value)”, when we are using max “GroupMethodsAffectedCellsLimit = int.MaxValue;”

Set it to half of that:

GroupMethodsAffectedCellsLimit = int.MaxValue / 2;