ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Style Class / Format Property






In This Topic
    Format Property (Style)
    In This Topic
    Gets or sets the excel format string.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    Public Property Format As System.String
    'Usage
     
    
    Dim instance As Style
    Dim value As System.String
     
    instance.Format = value
     
    value = instance.Format
    [System.ComponentModel.DefaultValue("")]
    public System.string Format {get; set;}
    public read-write property Format: System.String; 
    System.ComponentModel.DefaultValueAttribute("")
    public function get,set Format : System.String
    [System.ComponentModel.DefaultValue("")]
    public: __property System.string* get_Format();
    public: __property void set_Format( 
       System.string* value
    );
    [System.ComponentModel.DefaultValue("")]
    public:
    property System.String^ Format {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also