GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SeparatorShape Enumeration


SeparatorShape Enumeration
Defines a enumeration indicates the shape of separator.
Syntax
'Declaration
 
Public Enum SeparatorShape 
   Inherits System.Enum
 
'Usage
 
Dim instance As SeparatorShape
Members
MemberDescription
CircleIndicates the separator is a circle.
RectangleIndicates the separator is a rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.SeparatorShape

See Also