menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WorksheetView - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WorksheetView

    WorksheetView implements a single page in a WorkbookView. It is essentially a panel that hosts a child control that is created from the Content of a WorksheetModel.

    Inheritance
    System.Object
    TabBarPage
    WorksheetView
    Implements
    IDynamicSplitterFrame
    IThemedControl
    System.Windows.Forms.IContainerControl
    Inherited Members
    TabBarPage.ActivateControl(Control)
    TabBarPage.ActivateNext(Boolean)
    TabBarPage.ActiveControl
    TabBarPage.ActivePane
    TabBarPage.Anchor
    TabBarPage.CanActivateNext(Boolean)
    TabBarPage.ColumnCount
    TabBarPage.CreateControlsInstance()
    TabBarPage.Deactivated
    TabBarPage.DeleteColumn(Int32)
    TabBarPage.DeleteRow(Int32)
    TabBarPage.DisplayRectangle
    TabBarPage.DisposePane(Int32, Int32)
    TabBarPage.Dock
    TabBarPage.Enabled
    TabBarPage.FindPane(Control, Int32, Int32)
    TabBarPage.GetPane(Int32, Int32)
    TabBarPage.GetTabBarPageOfComponent(Object)
    TabBarPage.HasControlFocus
    TabBarPage.HSplitPos
    TabBarPage.HSplitPosChanged
    TabBarPage.Icon
    TabBarPage.IDynamicSplitterFrame.ActivePane
    TabBarPage.IDynamicSplitterFrame.ColumnCount
    TabBarPage.IDynamicSplitterFrame.RowCount
    TabBarPage.IDynamicSplitterFrame.SplitBars
    TabBarPage.InvalidateSplitter(Object)
    TabBarPage.IsActive(Control, ScrollBars)
    TabBarPage.IsActiveControl
    TabBarPage.IsDeactivated
    TabBarPage.IsValidated
    TabBarPage.IsValidating
    TabBarPage.OnControlAdded(ControlEventArgs)
    TabBarPage.OnControlGotFocus()
    TabBarPage.OnControlLostFocus()
    TabBarPage.OnControlRemoved(ControlEventArgs)
    TabBarPage.OnDeactivated(EventArgs)
    TabBarPage.OnEnter(EventArgs)
    TabBarPage.OnGotFocus(EventArgs)
    TabBarPage.OnHSplitPosChanged(EventArgs)
    TabBarPage.OnLayout(LayoutEventArgs)
    TabBarPage.OnLeave(EventArgs)
    TabBarPage.OnLostFocus(EventArgs)
    TabBarPage.OnMovedSplitter(Object)
    TabBarPage.OnMoveSplitter(Object, Int32, Int32)
    TabBarPage.OnPaint(PaintEventArgs)
    TabBarPage.OnPaneClosing(SplitterPaneEventArgs)
    TabBarPage.OnPaneCreated(SplitterPaneEventArgs)
    TabBarPage.OnParentChanged(EventArgs)
    TabBarPage.OnSetCursor(Message)
    TabBarPage.OnSplitBarsChanged(EventArgs)
    TabBarPage.OnSplitterLayoutChanged(EventArgs)
    TabBarPage.OnThemeChanged(EventArgs)
    TabBarPage.OnValidated(EventArgs)
    TabBarPage.OnValidating(CancelEventArgs)
    TabBarPage.OnValidatingLostFocus()
    TabBarPage.OnVSplitPosChanged(EventArgs)
    TabBarPage.PaneClosing
    TabBarPage.PaneCreated
    TabBarPage.QueryFocusInside()
    TabBarPage.ResetTabBarColor()
    TabBarPage.RowCount
    TabBarPage.SetActivePane(Int32, Int32)
    TabBarPage.ShouldSerializeTabBarColor()
    TabBarPage.Size
    TabBarPage.SplitBars
    TabBarPage.SplitBarsChanged
    TabBarPage.SplitColumn(Int32)
    TabBarPage.SplitRow(Int32)
    TabBarPage.SplitterLayout
    TabBarPage.SplitterLayoutChanged
    TabBarPage.TabBackColor
    TabBarPage.TabBarColor
    TabBarPage.TabEnabled
    TabBarPage.TabIndex
    TabBarPage.TabMaxWidth
    TabBarPage.TabStop
    TabBarPage.Text
    TabBarPage.ThemeChanged
    TabBarPage.ThemesEnabled
    TabBarPage.ToolTipText
    TabBarPage.ToolTipTextChanged
    TabBarPage.ToString()
    TabBarPage.UnwireChildControl(Control)
    TabBarPage.Visible
    TabBarPage.VSplitPos
    TabBarPage.VSplitPosChanged
    TabBarPage.WireChildControl(Control)
    TabBarPage.WndProc(Message)
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class WorksheetView : TabBarPage, IDynamicSplitterFrame, IInternalSplitterParent, IThemedControl, IContainerControl
    Remarks

    Multiple WorksheetView controls can share the same WorksheetModel. Each WorksheetView that is displayed in a WorkbookView is associated with a WorksheetModel from the Worksheets collection in a WorkbookModel object.

    Constructors

    WorksheetView(WorksheetModel, WorkbookView)

    Initializes a new WorksheetView for an existing WorksheetModel and a WorkbookView that displays this sheet.

    Declaration
    public WorksheetView(WorksheetModel worksheet, WorkbookView workbookView)
    Parameters
    Type Name Description
    WorksheetModel worksheet

    The WorksheetModel that manages the data for this view.

    WorkbookView workbookView

    The WorkbookView that displays this sheet as a page.

    Properties

    WorkbookView

    Returns the WorkbookView that displays this sheet as a page.

    Declaration
    public WorkbookView WorkbookView { get; }
    Property Value
    Type
    WorkbookView

    Worksheet

    Returns the WorksheetModel that manages the data for this view.

    Declaration
    public WorksheetModel Worksheet { get; }
    Property Value
    Type
    WorksheetModel

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    TabBarPage.Dispose(Boolean)

    InitLayout()

    Declaration
    protected override void InitLayout()

    OnTextChanged(EventArgs)

    Declaration
    protected override void OnTextChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    TabBarPage.OnTextChanged(EventArgs)

    OnToolTipTextChanged(EventArgs)

    Declaration
    protected override void OnToolTipTextChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    TabBarPage.OnToolTipTextChanged(EventArgs)

    Implements

    IDynamicSplitterFrame
    IThemedControl
    System.Windows.Forms.IContainerControl
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved