Click or drag to resize

IMarkersDesigner ContainsVariable Method

Checks whether template markers object contains variable with specified name.

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

Parameters

strName
Type: System String
Name to locate.

Return Value

Type: Boolean
See Also