Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellStyleCommand Class / Undo Method


In This Topic
    Undo Method (CellStyleCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Undo( _
       ByVal fireEvent As Boolean _
    ) As CommandResult
    'Usage
     
    
    Dim instance As CellStyleCommand
    Dim fireEvent As Boolean
    Dim value As CommandResult
     
    value = instance.Undo(fireEvent)
    public override CommandResult Undo( 
       bool fireEvent
    )

    Parameters

    fireEvent
    See Also