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


In This Topic
    SeparatorShape Enumeration
    In This Topic
    Defines a enumeration indicates the shape of separator.
    Syntax
    'Declaration
     
    
    Public Enum SeparatorShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SeparatorShape
    public enum SeparatorShape : System.Enum 
    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