Click or drag to resize

XlsRange SetSharedFormula Method

Sets the shared formula for a cell or a range of cells.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetSharedFormula(
	string sharedFormula,
	int rowNumber,
	int columnNumber
)

Parameters

sharedFormula
Type: System String
The shared formula to set.
rowNumber
Type: System Int32
The number of rows in the range.
columnNumber
Type: System Int32
The number of columns in the range.
See Also