Click or drag to resize

MarkerDesigner AddDataColumn Method

Adds a data column to the template marker with the specified parameter name and value.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddDataColumn(
	string paramName,
	DataColumn paramValue
)

Parameters

paramName
Type: System String
The name of the parameter to add.
paramValue
Type: System.Data DataColumn
The data column value to associate with the parameter.
See Also