Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / ActualUnderline Property


In This Topic
    ActualUnderline Property (Column)
    In This Topic
    Gets the current value that indicates whether underline is used.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualUnderline As Boolean
    'Usage
     
    Dim instance As Column
    Dim value As Boolean
     
    value = instance.ActualUnderline
    public bool ActualUnderline {get;}

    Property Value

    true if the underline should show; otherwise, false.
    See Also