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

In This Topic
    Format Property (Style)
    In This Topic
    Gets or sets the excel format string.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <XmlAttributeAttribute()>
    Public Property Format As String
    [DefaultValue("")]
    [XmlAttribute()]
    public string Format {get; set;}
    See Also