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


In This Topic
    VerticalGridLineStyle Property (GcComboBox)
    In This Topic
    Gets or sets a GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the vertical grid line style for each lines. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property VerticalGridLineStyle As LineStyle
    'Usage
     
    Dim instance As GcComboBox
    Dim value As LineStyle
     
    instance.VerticalGridLineStyle = value
     
    value = instance.VerticalGridLineStyle
    public LineStyle VerticalGridLineStyle {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