Click or drag to resize

MarkerDesigner Class

WorkbookDesignerused for template markers to the workbook and worksheet.
Inheritance Hierarchy
System Object
Spire.Xls MarkerDesigner

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class MarkerDesigner

The MarkerDesigner type exposes the following members.

Properties
Name Description
Public property IsDetectDataTypes
Whether detect the dataTypes when apply marker
Public property Prefix
Prefix of Marker
Top
Methods
Name Description
Public method AddArray
Adds an array of values to a specified parameter in the method.
Public method AddDataColumn
Adds a data column to the template marker with the specified parameter name and value.
Public method AddDataTable(String, DataTable)
Add datatable to template markers(Match column name automatically).
Public method AddDataTable(String, DataTable, Int32)
Add datatable to template markers(Match column name automatically).
Public method AddDataView
Add dataview to template markers(Match column name automatically).
Public method AddParameter
Adds parameter to template markers.
Public method Apply
Apply templates markers
Public method Contains
Checks parameter is exist.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method RemoveParameter
Removes parameter from template marker.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also