Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / HorizontalGridLineStyle Property


In This Topic
    HorizontalGridLineStyle Property (GcComboBox)
    In This Topic
    Gets or sets a GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the horizontal grid line style for each lines. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property HorizontalGridLineStyle As LineStyle
    'Usage
     
    Dim instance As GcComboBox
    Dim value As LineStyle
     
    instance.HorizontalGridLineStyle = value
     
    value = instance.HorizontalGridLineStyle
    public LineStyle HorizontalGridLineStyle {get; set;}

    Property Value

    A GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the grid line style for each lines.
    Exceptions
    ExceptionDescription
    Value is not defined in GrapeCity.Windows.InputMan.LineStyle enumeration.
    See Also