Discuss this help topic in SecureBlackbox Forum
Returns the number of sections in the list.
Declaration
[VB.NET]
Property SectionCount As Integer
[Pascal]
property SectionCount : integer;
[C++]
int32_t get_SectionCount();
[PHP]
integer get_SectionCount()
[Java]
int getSectionCount();
Description
Use this property to get the number of sections in the list.
Discuss this help topic in SecureBlackbox Forum