getSectionCount
The getSectionCount
method returns the number of sections in a document.
Syntax
getSectionCount()
Returns
(Number). The number of sections.
Example
local sectionCount = document:getSectionCount()
The getSectionCount
method returns the number of sections in a document.
getSectionCount()
(Number). The number of sections.
local sectionCount = document:getSectionCount()