Click or drag to resize

GeomertyAdjustValuesCollection AddAdjustValue Method

Adds an adjustment value based on the specified formula type.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public GeomertyAdjustValue AddAdjustValue(
	GeomertyAdjustValueFormulaType type
)

Parameters

type
Type: Spire.Xls.Core.Spreadsheet.Shapes GeomertyAdjustValueFormulaType
The formula type to use for the adjustment value.

Return Value

Type: GeomertyAdjustValue
The newly added GeomertyAdjustValue.
See Also