PFSSectionItem Property |
Name | Description | |
---|---|---|
![]() | ItemInt32 | Obsolete.
Get the section at the specified index.
Short of GetSection(Int32), as in GetSection(sectionIndex+1); |
![]() | ItemString |
Get the first section with the specified name
Short of GetSection(String, Int32, Boolean) as GetSection(sectionName, 1, false); |
![]() | ItemString, Int32 |
Get the n'th section with the specified name
Short of GetSection(String, Int32, Boolean) as GetSection(sectionName, sectionNameIndex+1, false); |