Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Style Class / FormatCode Property

In This Topic
    FormatCode Property
    In This Topic
    The format string.
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <Newtonsoft.Json.JsonIgnoreAttribute()>
    <ObsoleteAttribute("This property has been deprecated. Use the Format property instead.")>
    Public Property FormatCode As String
    [XmlIgnore()]
    [Newtonsoft.Json.JsonIgnore()]
    [Obsolete("This property has been deprecated. Use the Format property instead.")]
    public string FormatCode {get; set;}
    See Also