menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class NewSpaceArgument

    Class used for Space Argument.

    Inheritance
    System.Object
    MarkerArgument
    NewSpaceArgument
    Implements
    System.ICloneable
    Inherited Members
    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.PrepareOptions(MarkerOptionsImpl)
    MarkerArgument.TryParse(String)
    Namespace: Syncfusion.XlsIO.Implementation.TemplateMarkers
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    [TemplateMarker]
    public class NewSpaceArgument : MarkerArgument, ICloneable

    Constructors

    NewSpaceArgument()

    Initializes a new instance of the NewSpaceArgument class.

    Declaration
    public NewSpaceArgument()

    Properties

    ArgumentChecker

    Regular expression used to check argument. Read-only.

    Declaration
    protected override Regex ArgumentChecker { get; }
    Property Value
    Type
    System.Text.RegularExpressions.Regex
    Overrides
    MarkerArgument.ArgumentChecker

    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

    Priority

    Returns priority of the argument. Read-only.

    Declaration
    public override int Priority { get; }
    Property Value
    Type
    System.Int32
    Overrides
    MarkerArgument.Priority

    Methods

    ApplyArgument(IWorksheet, Point, ref Int32, ref Int32, IList<Int64>, MarkerOptionsImpl, Int32)

    Applies argument to the marker at the specified position and to the list of cells with markers.

    Declaration
    public override void ApplyArgument(IWorksheet sheet, Point pOldPosition, ref int iRow, ref int iColumn, IList<long> arrMarkerCells, MarkerOptionsImpl options, int count)
    Parameters
    Type Name Description
    IWorksheet sheet

    Worksheet that contains cell to apply marker argument to.

    Point pOldPosition

    Previous cell position.

    System.Int32 iRow

    One-based row index of the cell to apply marker argument to.

    System.Int32 iColumn

    One-based column index of the cell to apply marker argument to.

    System.Collections.Generic.IList<System.Int64> arrMarkerCells

    List of cells with markers.

    MarkerOptionsImpl options

    Marker options.

    System.Int32 count
    Overrides
    MarkerArgument.ApplyArgument(IWorksheet, Point, ref Int32, ref Int32, IList<Int64>, MarkerOptionsImpl, Int32)

    Parse(Match)

    Parses regular expression match.

    Declaration
    protected override MarkerArgument Parse(Match m)
    Parameters
    Type Name Description
    System.Text.RegularExpressions.Match m

    Match to parse.

    Returns
    Type Description
    MarkerArgument

    Parsed argument of the same type as this instance is.

    Overrides
    MarkerArgument.Parse(Match)

    Implements

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