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






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