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

In This Topic
    Sheet Class
    In This Topic
    Represents a worksheet within an ExcelBook.
    Object Model
    Sheet Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="CloseButton", Type=System.Windows.Controls.Button)>
    <TemplateVisualStateAttribute(Name="Selected", GroupName="SelectionStates")>
    <DefaultPropertyAttribute("Content")>
    <ContentPropertyAttribute("Content")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <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 Sheet 
       Inherits C1.WPF.C1TabItem
    [TemplatePart(Name="CloseButton", Type=System.Windows.Controls.Button)]
    [TemplateVisualState(Name="Selected", GroupName="SelectionStates")]
    [DefaultProperty("Content")]
    [ContentProperty("Content")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [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 Sheet : C1.WPF.C1TabItem 
    Remarks
    This class extends the C1TabItem class and has an editable label on its header, which represents the sheet name, and a C1FlexGrid control that contains the sheet content.
    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
                         System.Windows.Controls.ContentControl
                            C1.WPF.C1TabItem
                               C1.WPF.FlexGrid.Sheet
                                  C1.WPF.FlexGrid.NewSheet

    See Also