'Declaration Public Function SwitchRowColumn() As Boolean
'Usage Dim instance As SpreadChart Dim value As Boolean value = instance.SwitchRowColumn()
public bool SwitchRowColumn()
Return Value
If the switching process is successful, returns true; otherwise, returns false.