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
)
 
Public Function AddAdjustValue ( 
	type As GeomertyAdjustValueFormulaType
) As GeomertyAdjustValue
 
public:
GeomertyAdjustValue^ AddAdjustValue(
	GeomertyAdjustValueFormulaType type
)
 
member AddAdjustValue : 
type : GeomertyAdjustValueFormulaType -> GeomertyAdjustValue 
 
 
 
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