Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / IsUnderlineSet Method


In This Topic
    IsUnderlineSet Method
    In This Topic
    Gets or sets a value that indicates whether Underline is set.
    Syntax
    'Declaration
     
    Public Overridable Function IsUnderlineSet() As Boolean
    'Usage
     
    Dim instance As StyleInfo
    Dim value As Boolean
     
    value = instance.IsUnderlineSet()
    public virtual bool IsUnderlineSet()
    See Also