Returns the jQuery object of the section header.
Syntax
headerElement()
Arguments
No arguments.
Return value
Returns the jQuery object of the section header.
Example
Change the first section title to "Active Section" written in bold.
var section = pageObj.getSection(0);
section.headerElement().find('a').html('<b>Active Section</b>');
See also:
•Grid Row JavaScript API: row.fieldCell()