menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WorksheetCustomProperty - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WorksheetCustomProperty

    Represents worksheet custom property.

    Inheritance
    System.Object
    WorksheetCustomProperty
    Implements
    ICustomProperty
    System.ICloneable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class WorksheetCustomProperty : ICustomProperty, ICloneable

    Constructors

    WorksheetCustomProperty(CustomPropertyRecord)

    Creates new instance of the class.

    Declaration
    [CLSCompliant(false)]
    public WorksheetCustomProperty(CustomPropertyRecord property)
    Parameters
    Type Name Description
    CustomPropertyRecord property

    Low level property data.

    WorksheetCustomProperty(String)

    Creates new instance of the class.

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

    Name of the new property.

    Properties

    Name

    Returns name of the property. Read-only.

    Declaration
    public string Name { get; }
    Property Value
    Type
    System.String

    Value

    Gets / sets value of the property.

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    System.String

    Methods

    Clone()

    Creates a copy of the current object.

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    A copy of the current object.

    Serialize(OffsetArrayList)

    Serializes property into list of Biff records.

    Declaration
    [CLSCompliant(false)]
    public void Serialize(OffsetArrayList records)
    Parameters
    Type Name Description
    OffsetArrayList records

    OffsetArrayList to serialize into.

    Implements

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