Spread Silverlight Documentation
ActualUnderline Property (Row)


GrapeCity.Windows.SpreadSheet.Data Namespace > Row Class : ActualUnderline Property
Gets the current value that indicates whether underline is used.
Syntax
'Declaration
 
Public ReadOnly Property ActualUnderline As System.Boolean
'Usage
 
Dim instance As Row
Dim value As System.Boolean
 
value = instance.ActualUnderline
public System.bool ActualUnderline {get;}

Property Value

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

Reference

Row Class
Row Members