'Declaration Public Function ExecuteNavigationAction( _
ByVal actionThe action to execute.As SpreadsheetVisualEditorNavigationAction, _
ByVal performSelectionA value indicating whether editor should perform selection of cells.As Boolean _
) As Boolean
public bool ExecuteNavigationAction(
SpreadsheetVisualEditorNavigationAction action,
bool performSelection
)
public: bool ExecuteNavigationAction(
SpreadsheetVisualEditorNavigationAction action,
bool performSelection
)
public:
bool ExecuteNavigationAction(
SpreadsheetVisualEditorNavigationAction action,
bool performSelection
)
Parameters
- action
- The action to execute.
- performSelection
- A value indicating whether editor should perform selection of cells.
Return Value
True if action is executed; otherwise, false.