Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / GridLineStyle Property


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