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


In This Topic
    ResetStrikethrough Method (Cell)
    In This Topic
    Reset Strikethrough to false.
    Syntax
    'Declaration
     
    Public Sub ResetStrikethrough() 
    'Usage
     
    Dim instance As Cell
     
    instance.ResetStrikethrough()
    public void ResetStrikethrough()
    See Also