menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerOptionsImpl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.UWP.dll
    Syntax
    public class MarkerOptionsImpl : Object

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved