Class DirectionArgument
Class used for Direction argument.
Implements
System.ICloneable
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
[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
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