Click or drag to resize

IMarkersDesigner Interface

Summary description for ITemplateMarkers.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IMarkersDesigner

The IMarkersDesigner type exposes the following members.

Properties
Name Description
Public property ArgumentSeparator
Gets / sets arguments separator.
Public property IsDetectDataTypes
Gets or sets a value indicating whether data types should be detected automatically.
Public property MarkerPrefix
Gets / sets marker prefix. String that indicates that cell contains marker.
Top
Methods
Name Description
Public method AddVariable
Adds new variable to the collection.
Public method ApplyMarkers
Applies markers to the parent object.
Public method ApplyMarkers(UnknownVariableAction)
Adds new variable to the collection.
Public method ContainsVariable
Checks whether template markers object contains variable with specified name.
Public method RemoveVariable
Removes variable from the collection.
Top
See Also