Click or drag to resize

OfficeToPDFOptionsGetExcelMaxAllowedCellCount Method

Gets the value ExcelMaxAllowedCellCount from the options object Conversion will throw an exception if the number of cells in a Microsoft Excel document is above the set MaxAllowedCellCount.Used for early termination of resource intensive conversions.Setting this value to 250000 will allow the vast majority of Excel documents to convert without issue, while keeping RAM usage to a reasonable level. By default there is no limit to the number of allowed cells.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public uint GetExcelMaxAllowedCellCount()

Return Value

Type: UInt32
a uint32, the max allowed cell count
See Also