Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / Underline Property


In This Topic
    Underline Property (Row)
    In This Topic
    Gets or sets a value that indicates whether the underline takes effect.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property Underline As Boolean
    'Usage
     
    Dim instance As Row
    Dim value As Boolean
     
    instance.Underline = value
     
    value = instance.Underline
    [DefaultValue(false)]
    public bool Underline {get; set;}

    Property Value

    true if the cell displays an underline; otherwise, false. The default value is false.
    See Also