Class DirectionArgument
Class used for Direction argument.
Implements
System.ICloneable
  Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.TemplateMarkers
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
[TemplateMarker]
public class DirectionArgument : MarkerArgument, ICloneableConstructors
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
Methods
PrepareOptions(MarkerOptionsImpl)
Prepares options if necessary.
Declaration
public override void PrepareOptions(MarkerOptionsImpl options)Parameters
| Type | Name | Description | 
|---|---|---|
| MarkerOptionsImpl | options | Options to prepare. | 
Overrides
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
Implements
      System.ICloneable