A Sandcastle Documented Class Library
DisplayFormat Property
Namespaces ► Yogesh.ExcelXml ► Styles ► DisplayFormat
Gets or sets the cell display format

C# | Visual Basic | Visual C++ |
public DisplayFormatType DisplayFormat { get; set; }
Public Property DisplayFormat As DisplayFormatType
public: virtual property DisplayFormatType DisplayFormat { DisplayFormatType get () sealed; void set (DisplayFormatType value) sealed; }