TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

GetFields

GetFields() → { Array.<string> }

Returns all fields as a text.

Parameters:

This method doesn't have any parameters.

Returns:

Type
Array.<string>

Example

Copy code
window.Asc.plugin.executeMethod ("GetFields", null, function (res) {
    console.log ("First field: " + res[0])
});