GetFields
Returns all fields as a text.
Syntax
expression.GetFields();
expression
- A variable that represents a Api class.
Parameters
This method doesn't have any parameters.
Returns
string[]
Example
window.Asc.plugin.executeMethod ("GetFields", null, function (res) {
console.log ("First field: " + res[0])
});