Click or drag to resize
PFSSectionItem Property
Overload List
  NameDescription
Public propertyItemInt32 Obsolete.
Get the section at the specified index.

Short of GetSection(Int32), as in

GetSection(sectionIndex+1);

Public propertyItemString
Get the first section with the specified name

Short of GetSection(String, Int32, Boolean) as

GetSection(sectionName, 1, false);

Public propertyItemString, Int32
Get the n'th section with the specified name

Short of GetSection(String, Int32, Boolean) as

GetSection(sectionName, sectionNameIndex+1, false);

Top
See Also