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






In This Topic
    ItemFormatter Property (FlexSheet)
    In This Topic
    Gets or sets a formatter function used to customize cells on this grid.
    Syntax
    'Declaration
     
    
    Public Overrides Property ItemFormatter As System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.ItemFormatter = value
     
    value = instance.ItemFormatter
    public override System.string ItemFormatter {get; set;}
    public read-write property ItemFormatter: System.String; override; 
    public override function get,set ItemFormatter : System.String
    public: __property System.string* get_ItemFormatter() override;
    public: __property void set_ItemFormatter( 
       System.string* value
    ) override;
    public:
    property System.String^ ItemFormatter {
       System.String^ get() override;
       void set (    System.String^ value) override;
    }
    See Also