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; }
Public Property MaxRowsOfSharedFormula As Integer
Get
Set
public:
property int MaxRowsOfSharedFormula {
int get ();
void set (int value);
}
member MaxRowsOfSharedFormula : int with 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