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


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