Toggles the selection state of the specified object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Toggle ( |
Visual Basic
Copy Code
|
|---|
Public Sub Toggle( _ |
The object to select or deselect.
RemarksCall this method to toggle an object's selection state. The method selects the object passed as argument if it was previously deselected. If the object was selected, the method deselects it.
See Also