menu

Document Processing

DisplayFormatAttribute Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    DisplayFormatAttribute Class

    Specifies the display format for a property.

    Inheritance
    System.Object
    DisplayFormatAttribute
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class DisplayFormatAttribute : Attribute

    Constructors

    DisplayFormatAttribute()

    Initializes a new instance of the DisplayFormatAttribute class using the display format.

    Declaration
    public DisplayFormatAttribute()

    Properties

    DataFormatString

    Get or set the number format for data.

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

    The display format.

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