Class FitToCellArgument
Class used for fit to cell argument
Implements
System.ICloneable
  Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.TemplateMarkers
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
[TemplateMarker]
public class FitToCellArgument : MarkerArgument, ICloneableConstructors
FitToCellArgument()
Initializes a new instance of the NewSpaceArgument class.
Declaration
public FitToCellArgument()Properties
IsApplyable
Indicates whether marker should be applies for each marker value. Read-only.
Declaration
public override bool IsApplyable { get; }Property Value
| Type | 
|---|
| System.Boolean | 
Overrides
IsFitToCell
Gives the boolean value to image fitted in cell.Read-Only Property
Declaration
public bool IsFitToCell { get; }Property Value
| Type | 
|---|
| System.Boolean | 
Priority
Returns priority of the argument. Read-only.
Declaration
public override int Priority { get; }Property Value
| Type | 
|---|
| System.Int32 | 
Overrides
Methods
TryParse(String)
Tries to parse argument string.
Declaration
public override MarkerArgument TryParse(string strArgument)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | strArgument | Argument to parse. | 
Returns
| Type | Description | 
|---|---|
| MarkerArgument | Parsed argument if possible; null otherwise. | 
Overrides
Implements
      System.ICloneable