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






In This Topic
    CellsTemplate Property (FlexSheet)
    In This Topic
    This property is useless in FlexSheet.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public Overrides ReadOnly Property CellsTemplate As CellTemplate
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As CellTemplate
     
    value = instance.CellsTemplate
    [Ignore()]
    public override CellTemplate CellsTemplate {get;}
    public read-only property CellsTemplate: CellTemplate; override; 
    IgnoreAttribute()
    public override function get CellsTemplate : CellTemplate
    [Ignore()]
    public: __property CellTemplate* get_CellsTemplate() override;
    [Ignore()]
    public:
    property CellTemplate^ CellsTemplate {
       CellTemplate^ get() override;
    }
    See Also