SwitchRowColumn Method (SpreadChart)
Switches the row and column of the chart.
public virtual bool SwitchRowColumn()
'Declaration
Public Overridable Function SwitchRowColumn() As Boolean
'Usage
Dim instance As SpreadChart
Dim value As Boolean
value = instance.SwitchRowColumn()
Return Value
If the switching process is successful, return true
. Otherwise, return false
.