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


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

    Property Value

    true the cell will show underline; otherwise, false. The default value is false.
    See Also