Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Grid Class / Separator Property


In This Topic
    Separator Property (Grid)
    In This Topic
    Gets or sets the header separator Line structure.
    Syntax
    'Declaration
     
    
    Public Property Separator As Line
    'Usage
     
    
    Dim instance As Grid
    Dim value As Line
     
    instance.Separator = value
     
    value = instance.Separator
    public Line Separator {get; set;}

    Property Value

    A Line structure that indicates the header separator.
    See Also