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
)
Sub AddVariable (
strName As String,
variable As Object,
rowCount As Integer
)
void AddVariable(
String^ strName,
Object^ variable,
int rowCount
)
abstract AddVariable :
strName : string *
variable : Object *
rowCount : int -> unit
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