menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class WorksheetCustomProperties

    Represents collection of all custom properties in the worksheet.

    Inheritance
    System.Object
    TypedSortedListEx<System.String, ICustomProperty>
    WorksheetCustomProperties
    Implements
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, ICustomProperty>>
    System.Collections.IEnumerable
    System.Collections.Generic.IDictionary<System.String, ICustomProperty>
    System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, ICustomProperty>>
    System.Collections.IDictionary
    System.Collections.ICollection
    IWorksheetCustomProperties
    Inherited Members
    Syncfusion.XlsIO.Implementation.TypedSortedListEx<System.String, Syncfusion.XlsIO.ICustomProperty>.CopyTo(System.Array, System.Int32)
    Syncfusion.XlsIO.Implementation.TypedSortedListEx<System.String, Syncfusion.XlsIO.ICustomProperty>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, Syncfusion.XlsIO.ICustomProperty>[], System.Int32)
    TypedSortedListEx<String, ICustomProperty>.Add(KeyValuePair<String, ICustomProperty>)
    TypedSortedListEx<String, ICustomProperty>.Add(Object, Object)
    TypedSortedListEx<String, ICustomProperty>.Add(String, ICustomProperty)
    TypedSortedListEx<String, ICustomProperty>.Capacity
    TypedSortedListEx<String, ICustomProperty>.Clear()
    TypedSortedListEx<String, ICustomProperty>.Clone()
    TypedSortedListEx<String, ICustomProperty>.CloneAll()
    TypedSortedListEx<String, ICustomProperty>.Contains(KeyValuePair<String, ICustomProperty>)
    TypedSortedListEx<String, ICustomProperty>.Contains(Object)
    TypedSortedListEx<String, ICustomProperty>.Contains(String)
    TypedSortedListEx<String, ICustomProperty>.ContainsKey(String)
    TypedSortedListEx<String, ICustomProperty>.ContainsValue(ICustomProperty)
    TypedSortedListEx<String, ICustomProperty>.Count
    TypedSortedListEx<String, ICustomProperty>.GetByIndex(Int32)
    TypedSortedListEx<String, ICustomProperty>.GetByName(String)
    TypedSortedListEx<String, ICustomProperty>.GetEnumerator()
    TypedSortedListEx<String, ICustomProperty>.GetKey(Int32)
    TypedSortedListEx<String, ICustomProperty>.GetKeyList()
    TypedSortedListEx<String, ICustomProperty>.GetValueList()
    TypedSortedListEx<String, ICustomProperty>.IndexOfKey(String)
    TypedSortedListEx<String, ICustomProperty>.IndexOfValue(ICustomProperty)
    TypedSortedListEx<String, ICustomProperty>.IsFixedSize
    TypedSortedListEx<String, ICustomProperty>.IsReadOnly
    TypedSortedListEx<String, ICustomProperty>.IsSynchronized
    TypedSortedListEx<String, ICustomProperty>.Item[Object]
    TypedSortedListEx<String, ICustomProperty>.Item[String]
    TypedSortedListEx<String, ICustomProperty>.Keys
    TypedSortedListEx<String, ICustomProperty>.Remove(KeyValuePair<String, ICustomProperty>)
    TypedSortedListEx<String, ICustomProperty>.Remove(Object)
    TypedSortedListEx<String, ICustomProperty>.Remove(String)
    TypedSortedListEx<String, ICustomProperty>.RemoveAt(Int32)
    TypedSortedListEx<String, ICustomProperty>.SetByIndex(Int32, ICustomProperty)
    TypedSortedListEx<String, ICustomProperty>.Synchronized(TypedSortedListEx<String, ICustomProperty>)
    TypedSortedListEx<String, ICustomProperty>.SyncRoot
    TypedSortedListEx<String, ICustomProperty>.TrimToSize()
    TypedSortedListEx<String, ICustomProperty>.TryGetValue(String, ICustomProperty)
    TypedSortedListEx<String, ICustomProperty>.Values
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class WorksheetCustomProperties : TypedSortedListEx<string, ICustomProperty>, IEnumerable<KeyValuePair<string, ICustomProperty>>, IEnumerable, IDictionary<string, ICustomProperty>, ICollection<KeyValuePair<string, ICustomProperty>>, IDictionary, ICollection, IWorksheetCustomProperties

    Constructors

    WorksheetCustomProperties()

    Default constructor.

    Declaration
    public WorksheetCustomProperties()

    WorksheetCustomProperties(IList, Int32)

    Extracts custom properties from the array of Biff records.

    Declaration
    public WorksheetCustomProperties(IList m_arrRecords, int iCustomPropertyPos)
    Parameters
    Type Name Description
    System.Collections.IList m_arrRecords

    Array to parse.

    System.Int32 iCustomPropertyPos

    Position of the first custom property.

    Properties

    Item[Int32]

    Returns single entry from the collection by index. Read-only.

    Declaration
    public ICustomProperty this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type
    ICustomProperty

    Item[String]

    Returns single entry from the collection by index. Read-only.

    Declaration
    public ICustomProperty this[string strName] { get; }
    Parameters
    Type Name Description
    System.String strName
    Property Value
    Type
    ICustomProperty

    Methods

    Add(ICustomProperty)

    Adds new property to the collection.

    Declaration
    public ICustomProperty Add(ICustomProperty property)
    Parameters
    Type Name Description
    ICustomProperty property

    Property to add.

    Returns
    Type Description
    ICustomProperty

    Added property.

    Add(CustomPropertyRecord)

    Adds new property to the collection.

    Declaration
    public void Add(CustomPropertyRecord property)
    Parameters
    Type Name Description
    CustomPropertyRecord property

    Property to add.

    Add(String)

    Adds new property to the collection.

    Declaration
    public ICustomProperty Add(string strName)
    Parameters
    Type Name Description
    System.String strName

    Name of the new property.

    Returns
    Type Description
    ICustomProperty

    Newly created property.

    Serialize(OffsetArrayList)

    Serializes collection into as set of Biff records.

    Declaration
    public void Serialize(OffsetArrayList records)
    Parameters
    Type Name Description
    OffsetArrayList records

    OffsetArrayList to serialize into.

    Implements

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