A Sandcastle Documented Class Library
CustomFormatString Property
Namespaces ► Yogesh.ExcelXml ► XmlStyle ► CustomFormatString
Gets or sets a custom display string

C# | Visual Basic | Visual C++ |
public string CustomFormatString { get; set; }
Public Property CustomFormatString As String
public: virtual property String^ CustomFormatString { String^ get () sealed; void set (String^ value) sealed; }