Spread WPF 17
GrapeCity.Excel Namespace / PaneType Enumeration


In This Topic
    PaneType Enumeration
    In This Topic
    Represents the position of the window panes
    Syntax
    'Declaration
     
    Public Enum PaneType 
       Inherits System.Enum
    'Usage
     
    Dim instance As PaneType
    public enum PaneType : System.Enum 
    Members
    MemberDescription
    BottomLeftBottom left pane, when both vertical and horizontal splits are applied
    BottomRightBottom right pane, when both vertical and horizontal splits are applied
    TopLeftTop left pane, when both vertical and horizontal splits are applied
    TopRightTop right pane, when both vertical and horizontal splits are applied
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.PaneType

    See Also