menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class FormatSectionCollection

    Class used for Section Collection.

    Inheritance
    System.Object
    CollectionBase<FormatSection>
    CollectionBaseEx<FormatSection>
    FormatSectionCollection
    Implements
    System.Collections.Generic.IList<FormatSection>
    System.Collections.Generic.ICollection<FormatSection>
    System.Collections.Generic.IEnumerable<FormatSection>
    System.Collections.IEnumerable
    IParentApplication
    ICloneParent
    Inherited Members
    CollectionBase<FormatSection>.Add(FormatSection)
    CollectionBase<FormatSection>.Capacity
    CollectionBase<FormatSection>.Clear()
    CollectionBase<FormatSection>.Contains(FormatSection)
    CollectionBase<FormatSection>.CopyTo(FormatSection[], Int32)
    CollectionBase<FormatSection>.Count
    CollectionBase<FormatSection>.GetEnumerator()
    CollectionBase<FormatSection>.IndexOf(FormatSection)
    CollectionBase<FormatSection>.InnerList
    CollectionBase<FormatSection>.Insert(Int32, FormatSection)
    CollectionBase<FormatSection>.IsReadOnly
    CollectionBase<FormatSection>.Item[Int32]
    CollectionBase<FormatSection>.List
    CollectionBase<FormatSection>.Remove(FormatSection)
    CollectionBase<FormatSection>.RemoveAt(Int32)
    CollectionBaseEx<FormatSection>.add_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<FormatSection>.add_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<FormatSection>.add_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<FormatSection>.add_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<FormatSection>.add_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<FormatSection>.add_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<FormatSection>.add_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<FormatSection>.add_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<FormatSection>.AppImplementation
    CollectionBaseEx<FormatSection>.Application
    CollectionBaseEx<FormatSection>.Changed
    CollectionBaseEx<FormatSection>.ChangeName(IDictionary, ValueChangedEventArgs)
    CollectionBaseEx<FormatSection>.Cleared
    CollectionBaseEx<FormatSection>.Clearing
    CollectionBaseEx<FormatSection>.ClearMaxValues()
    CollectionBaseEx<FormatSection>.EnsureCapacity(Int32)
    CollectionBaseEx<FormatSection>.FindParent(Type)
    CollectionBaseEx<FormatSection>.FindParent(Type, Boolean)
    CollectionBaseEx<FormatSection>.GenerateDefaultName(ICollection<FormatSection>, String)
    CollectionBaseEx<FormatSection>.GenerateDefaultName(ICollection, String)
    CollectionBaseEx<FormatSection>.GenerateDefaultName(String, ICollection[])
    CollectionBaseEx<FormatSection>.Inserted
    CollectionBaseEx<FormatSection>.Inserting
    CollectionBaseEx<FormatSection>.OnClear()
    CollectionBaseEx<FormatSection>.OnClearComplete()
    CollectionBaseEx<FormatSection>.OnInsert(Int32, FormatSection)
    CollectionBaseEx<FormatSection>.OnInsertComplete(Int32, FormatSection)
    CollectionBaseEx<FormatSection>.OnRemove(Int32, FormatSection)
    CollectionBaseEx<FormatSection>.OnRemoveComplete(Int32, FormatSection)
    CollectionBaseEx<FormatSection>.OnSet(Int32, FormatSection, FormatSection)
    CollectionBaseEx<FormatSection>.OnSetComplete(Int32, FormatSection, FormatSection)
    CollectionBaseEx<FormatSection>.Parent
    CollectionBaseEx<FormatSection>.QuietMode
    CollectionBaseEx<FormatSection>.remove_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<FormatSection>.remove_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<FormatSection>.remove_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<FormatSection>.remove_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<FormatSection>.remove_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<FormatSection>.remove_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<FormatSection>.remove_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<FormatSection>.remove_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<FormatSection>.Removed
    CollectionBaseEx<FormatSection>.Removing
    CollectionBaseEx<FormatSection>.Set
    CollectionBaseEx<FormatSection>.SetParent(Object)
    CollectionBaseEx<FormatSection>.Setting
    Namespace: Syncfusion.XlsIO.FormatParser
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class FormatSectionCollection : CollectionBaseEx<FormatSection>, IList<FormatSection>, ICollection<FormatSection>, IEnumerable<FormatSection>, IEnumerable, IParentApplication, ICloneParent

    Constructors

    FormatSectionCollection(IApplication, Object, List<FormatTokenBase>)

    Initializes a new instance of the FormatSectionCollection class.

    Declaration
    public FormatSectionCollection(IApplication application, object parent, List<FormatTokenBase> arrTokens)
    Parameters
    Type Name Description
    IApplication application

    Represents current application.

    System.Object parent

    Represents parent object.

    System.Collections.Generic.List<FormatTokenBase> arrTokens

    List to parse.

    Methods

    ApplyFormat(Double, Boolean)

    Applies format to the value.

    Declaration
    public string ApplyFormat(double value, bool bShowReservedSymbols)
    Parameters
    Type Name Description
    System.Double value

    Value to apply format to.

    System.Boolean bShowReservedSymbols

    Indicates whether to show reserved symbols.

    Returns
    Type Description
    System.String

    String representation of the value.

    ApplyFormat(String, Boolean)

    Applies format to the value.

    Declaration
    public string ApplyFormat(string value, bool bShowReservedSymbols)
    Parameters
    Type Name Description
    System.String value

    Value to apply format to.

    System.Boolean bShowReservedSymbols

    Indicates whether to show reserved symbols.

    Returns
    Type Description
    System.String

    String representation of the value.

    Clone(Object)

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone(object parent)
    Parameters
    Type Name Description
    System.Object parent

    Represents parent object.

    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Overrides
    Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx<Syncfusion.XlsIO.FormatParser.FormatSection>.Clone(System.Object)

    GetFormatType(Double)

    Returns format type for a specified value.

    Declaration
    public ExcelFormatType GetFormatType(double value)
    Parameters
    Type Name Description
    System.Double value

    Value to get format type for.

    Returns
    Type Description
    ExcelFormatType

    Format type for the specified value.

    GetFormatType(String)

    Returns format type for a specified value.

    Declaration
    public ExcelFormatType GetFormatType(string value)
    Parameters
    Type Name Description
    System.String value

    Value to get format type for.

    Returns
    Type Description
    ExcelFormatType

    Format type for the specified value.

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    IParentApplication
    ICloneParent
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved