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






In This Topic
    GroupHeaderFormat Property (FlexSheet)
    In This Topic
    This property is useless in FlexSheet.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public Overrides Property GroupHeaderFormat As System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.GroupHeaderFormat = value
     
    value = instance.GroupHeaderFormat
    [Ignore()]
    public override System.string GroupHeaderFormat {get; set;}
    public read-write property GroupHeaderFormat: System.String; override; 
    IgnoreAttribute()
    public override function get,set GroupHeaderFormat : System.String
    [Ignore()]
    public: __property System.string* get_GroupHeaderFormat() override;
    public: __property void set_GroupHeaderFormat( 
       System.string* value
    ) override;
    [Ignore()]
    public:
    property System.String^ GroupHeaderFormat {
       System.String^ get() override;
       void set (    System.String^ value) override;
    }
    See Also