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


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()
    See Also