Search
Workbook.CommitChangeOperation Method
See Also
 






Stops tracking changes by the specified command and saves the command in the history queue.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void CommitChangeOperation (
    TrackChangesCommand command
)

Visual Basic  Copy Code

Public Sub CommitChangeOperation( _
    command As TrackChangesCommand _
)

 Parameters

command

The command to commit.

 See Also