menu

Document Processing

DirectionArgument Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    DirectionArgument Class

    Class used for Direction argument.

    Inheritance
    System.Object
    MarkerArgument
    DirectionArgument
    Implements
    System.ICloneable
    Inherited Members
    MarkerArgument.ApplyArgument(IWorksheet, Point, Int32, Int32, IList<Int64>, MarkerOptionsImpl, Int32)
    MarkerArgument.ArgumentChecker
    MarkerArgument.Clone()
    MarkerArgument.DEF_PARTS_SEPARATOR
    MarkerArgument.InsertColumn(IList<Int64>, Int32, Int32, Int32)
    MarkerArgument.InsertRow(IList<Int64>, Int32, Int32, Int32)
    MarkerArgument.IsAllowMultiple
    MarkerArgument.IsApplyable
    MarkerArgument.Parse(Match)
    MarkerArgument.Priority
    Namespace: Syncfusion.XlsIO.Implementation.TemplateMarkers
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [TemplateMarker]
    public class DirectionArgument : MarkerArgument, ICloneable

    Constructors

    DirectionArgument()

    Initializes a new instance of the DirectionArgument class.

    Declaration
    public DirectionArgument()

    Properties

    IsPreparing

    Indicates whether argument is used just to prepare some options before any values are proceed. Read-only.

    Declaration
    public override bool IsPreparing { get; }
    Property Value
    Type
    System.Boolean
    Overrides
    MarkerArgument.IsPreparing

    Methods

    PrepareOptions(MarkerOptionsImpl)

    Prepares options if necessary.

    Declaration
    public override void PrepareOptions(MarkerOptionsImpl options)
    Parameters
    Type Name Description
    MarkerOptionsImpl options

    Options to prepare.

    Overrides
    MarkerArgument.PrepareOptions(MarkerOptionsImpl)

    TryParse(String)

    Tries to parse argument string.

    Declaration
    public override MarkerArgument TryParse(string strArgument)
    Parameters
    Type Name Description
    System.String strArgument

    String to parse.

    Returns
    Type Description
    MarkerArgument

    Marker direction.

    Overrides
    MarkerArgument.TryParse(String)

    Implements

    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved