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
)
Sub RemoveVariable (
strName As String
)
void RemoveVariable(
String^ strName
)
abstract RemoveVariable :
strName : string -> unit
Parameters
-
strName
-
Type:
System
String
Variable name.
See Also