Spread Silverlight Documentation
ActualStrikethrough Property (Row)


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

Property Value

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

Reference

Row Class
Row Members