menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FitToCellArgument - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FitToCellArgument

    Class used for fit to cell argument

    Inheritance
    System.Object
    MarkerArgument
    FitToCellArgument
    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.IsPreparing
    MarkerArgument.Parse(Match)
    MarkerArgument.PrepareOptions(MarkerOptionsImpl)
    Namespace: Syncfusion.XlsIO.Implementation.TemplateMarkers
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    [TemplateMarker]
    public class FitToCellArgument : MarkerArgument, ICloneable

    Constructors

    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
    MarkerArgument.IsApplyable

    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
    MarkerArgument.Priority

    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
    MarkerArgument.TryParse(String)

    Implements

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