Click or drag to resize

GeomertyAdjustValue SetFormulaParameter Method

Sets the parameter with an array of double values.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetFormulaParameter(
	params double[] args
)

Parameters

args
Type: System Double
Each element in the array represents a draggable point.
See Also