FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class
Members

In This Topic
    C1FlexSheet Class
    In This Topic
    Class that extends the C1FlexGrid control to provide Excel-like look and feel including a multi-sheet tabbed interface, support for cell formatting, outlining, and XLSX file import and export.
    Object Model
    C1FlexSheet Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <LicenseProviderAttribute()>
    <TemplatePartAttribute(Name="InsertLayer", Type=System.Windows.Controls.Canvas)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1FlexSheet 
       Inherits C1FlexGrid
       Implements IPrintFactory 
    [DefaultMember("Item")]
    [LicenseProvider()]
    [TemplatePart(Name="InsertLayer", Type=System.Windows.Controls.Canvas)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1FlexSheet : C1FlexGrid, IPrintFactory  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.FlexGrid.C1FlexGrid
                            C1.WPF.FlexGrid.C1FlexSheet

    See Also