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






In This Topic
    FlexSheet Class
    In This Topic
    The FlexSheet control extends the FlexGrid control and provides an Excel-like functionality.
    Object Model
    FlexSheet Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class FlexSheet 
       Inherits C1.Web.Mvc.FlexGridBase(Of Object)
       Implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As FlexSheet
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class FlexSheet : C1.Web.Mvc.FlexGridBase<object>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class FlexSheet = class(C1.Web.Mvc.FlexGridBase, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class FlexSheet extends C1.Web.Mvc.FlexGridBase implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class FlexSheet : public C1.Web.Mvc.FlexGridBase<Object>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class FlexSheet : public C1.Web.Mvc.FlexGridBase<Object>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexGridBase<T>
                   C1.Web.Mvc.Sheet.FlexSheet

    See Also