Spread Silverlight Documentation
PaneType Enumeration


GrapeCity.Excel Namespace : PaneType Enumeration
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
BottomLeft Bottom left pane, when both vertical and horizontal splits are applied
BottomRight Bottom right pane, when both vertical and horizontal splits are applied
TopLeft Top left pane, when both vertical and horizontal splits are applied
TopRight Top right pane, when both vertical and horizontal splits are applied
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel Namespace