ResetTool() public method

public ResetTool ( ) : void
return void
Example #1
0
 private void StartOverButton_Click(object sender, RibbonControlEventArgs e)
 {
     current_workbook.ResetTool();
     SetUIState(current_workbook);
 }