Click or drag to resize

PFSSectionGetSection Method

Overload List
  NameDescription
Public methodGetSection(Int32)
Get the section at the specified position.

To get the first section, use

section.GetSection(1);

Public methodGetSection(String, Int32)
Get the n'ths section instance with the specified name

To get the first section of a certain name, use

section.GetSection("sectionName", 1);

Public methodGetSection(String, Int32, Boolean)
Get the n'ths section instance with the specified name.

To get the first section of a certain name, use

section.GetSection("sectionName", 1, true);

Top
See Also