Used within the template of a
WorkbookView to specify the location in the control's visual tree where the sheets, such as worksheets and chart sheets, are to be added.
Object Model
Syntax
'Declaration
<System.Windows.LocalizabilityAttribute(LocalizationCategory.Ignore)>
<System.Windows.Markup.ContentPropertyAttribute("Children")>
<System.Windows.StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<System.Windows.Markup.XmlLangPropertyAttribute("Language")>
<System.Windows.Markup.UsableDuringInitializationAttribute(True)>
<System.Windows.Markup.RuntimeNamePropertyAttribute("Name")>
<System.Windows.Markup.UidPropertyAttribute("Uid")>
<System.ComponentModel.TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<System.Windows.Markup.NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public NotInheritable Class SheetPresenter
Inherits System.Windows.Controls.Panel
'Usage
Dim instance As SheetPresenter
[System.Windows.Localizability(LocalizationCategory.Ignore)]
[System.Windows.Markup.ContentProperty("Children")]
[System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[System.Windows.Markup.XmlLangProperty("Language")]
[System.Windows.Markup.UsableDuringInitialization(true)]
[System.Windows.Markup.RuntimeNameProperty("Name")]
[System.Windows.Markup.UidProperty("Uid")]
[System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)]
public sealed class SheetPresenter : System.Windows.Controls.Panel
public class SheetPresenter = class(System.Windows.Controls.Panel)sealed;
System.Windows.LocalizabilityAttribute(LocalizationCategory.Ignore)
System.Windows.Markup.ContentPropertyAttribute("Children")
System.Windows.StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)
System.Windows.Markup.XmlLangPropertyAttribute("Language")
System.Windows.Markup.UsableDuringInitializationAttribute()
System.Windows.Markup.RuntimeNamePropertyAttribute("Name")
System.Windows.Markup.UidPropertyAttribute("Uid")
System.ComponentModel.TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)
System.Windows.Markup.NameScopePropertyAttribute("NameScope", System.Windows.NameScope)
public sealed class SheetPresenter extends System.Windows.Controls.Panel
[System.Windows.Localizability(LocalizationCategory.Ignore)]
[System.Windows.Markup.ContentProperty("Children")]
[System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[System.Windows.Markup.XmlLangProperty("Language")]
[System.Windows.Markup.UsableDuringInitialization(true)]
[System.Windows.Markup.RuntimeNameProperty("Name")]
[System.Windows.Markup.UidProperty("Uid")]
[System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)]
public __gc __sealed class SheetPresenter : public System.Windows.Controls.Panel
[System.Windows.Localizability(LocalizationCategory.Ignore)]
[System.Windows.Markup.ContentProperty("Children")]
[System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[System.Windows.Markup.XmlLangProperty("Language")]
[System.Windows.Markup.UsableDuringInitialization(true)]
[System.Windows.Markup.RuntimeNameProperty("Name")]
[System.Windows.Markup.UidProperty("Uid")]
[System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)]
public ref class SheetPresenter sealed : public System.Windows.Controls.Panel
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Panel
SpreadsheetGear.Windows.Controls.SheetPresenter
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also