Spread Silverlight Documentation
ActualStrikethrough Property (Column)


GrapeCity.Windows.SpreadSheet.Data Namespace > Column 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 Column
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

Column Class
Column Members