Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / ResetStrikethrough Method
Example


In This Topic
    ResetStrikethrough Method (Column)
    In This Topic
    Resets the Strikethrough property to false.
    Syntax
    'Declaration
     
    Public Sub ResetStrikethrough() 
    'Usage
     
    Dim instance As Column
     
    instance.ResetStrikethrough()
    public void ResetStrikethrough()
    Example
    This example uses the ResetStrikethrough method.
    See Also