Click or drag to resize

Workbook MaxRowsOfSharedFormula Property

Gets or sets the maximum number of rows for shared formulas in the workbook.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int MaxRowsOfSharedFormula { get; set; }

Property Value

Type: Int32
The maximum number of rows for shared formulas.
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when the value is less than 0 or greater than or equal to the maximum row count of the workbook.
See Also