Class MarkerOptionsImpl
Contains settings that are local to a marker and depends on marker arguments.
Inheritance
System.Object
MarkerOptionsImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation.TemplateMarkers
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class MarkerOptionsImpl
Constructors
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 |