Class MarkerOptionsImpl
Contains settings that are local to a marker and depends on marker arguments.
Inheritance
System.Object
    MarkerOptionsImpl
  Namespace: Syncfusion.XlsIO.Implementation.TemplateMarkers
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class MarkerOptionsImpl : ObjectConstructors
MarkerOptionsImpl(IWorkbook)
Initializes a new instance of the MarkerOptionsImpl class.
Declaration
public MarkerOptionsImpl(IWorkbook book)Parameters
| Type | Name | Description | 
|---|---|---|
| IWorkbook | book | Current workbook. | 
Properties
Direction
Gets or sets Marker direction (horizontal or vertical).
Declaration
public MarkerDirection Direction { get; set; }Property Value
| Type | 
|---|
| MarkerDirection | 
MarkerIndex
Gets or sets current template marker index.
Declaration
public int MarkerIndex { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
OriginalMarker
Gets or sets original marker text.
Declaration
public string OriginalMarker { get; set; }Property Value
| Type | 
|---|
| System.String | 
Workbook
Gets workbook where operation takes place. Read-only.
Declaration
public IWorkbook Workbook { get; }Property Value
| Type | 
|---|
| IWorkbook |