'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
.