Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SeparatorBoxInfo Class / Shape Property


In This Topic
    Shape Property (SeparatorBoxInfo)
    In This Topic
    Gets or sets the shape of the separator box.
    Syntax
    'Declaration
     
    
    Public Property Shape As SeparatorShape
    'Usage
     
    
    Dim instance As SeparatorBoxInfo
    Dim value As SeparatorShape
     
    instance.Shape = value
     
    value = instance.Shape
    public SeparatorShape Shape {get; set;}

    Property Value

    A SeparatorShape indicating the shape of the separator box.
    See Also