Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / OnSwitchRowColumnItemClicked Method
The System.Windows.Forms.ToolStripItemClickedEventArgs instance containing the event data.


In This Topic
OnSwitchRowColumnItemClicked Method
In This Topic
Performs "Switch Row and Column" command from the context menu.
Syntax
'Declaration
 
Protected Overridable Sub OnSwitchRowColumnItemClicked( _
   ByVal e As ToolStripItemClickedEventArgs _
) 
 
'Usage
 
Dim instance As SpreadChartContextMenuStrip
Dim e As ToolStripItemClickedEventArgs
 
instance.OnSwitchRowColumnItemClicked(e)

Parameters

e
The System.Windows.Forms.ToolStripItemClickedEventArgs instance containing the event data.
See Also