Click or drag to resize

IMarkersDesigner RemoveVariable Method

Removes variable from the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void RemoveVariable(
	string strName
)

Parameters

strName
Type: System String
Variable name.
See Also