Appends new rows to the set. Each argument is a row that is appended to the Set.
(String var_args)
| 49 | * Appends new rows to the set. Each argument is a row that is appended to the Set. |
| 50 | */ |
| 51 | public com.anychart.data.Set append(String var_args) { |
| 52 | APIlib.getInstance().addJSLine(String.format(Locale.US, jsBase + ".append(%s);", wrapQuotes(var_args))); |
| 53 | |
| 54 | return this; |
| 55 | } |
| 56 | /** |
| 57 | * |
| 58 | */ |
no test coverage detected