Click or drag to resize

IMarkersDesigner AddVariable Method

Adds new variable to the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void AddVariable(
	string strName,
	Object variable,
	int rowCount
)

Parameters

strName
Type: System String
Name of the new variable.
variable
Type: System Object
Variable value.
rowCount
Type: System Int32
Number of data rows used per apply.
See Also