Gets the zero-based index of current provider within current section.

Namespace:  Greatis.PrintSuite
Assembly:  Greatis.PrintSuite (in Greatis.PrintSuite.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SectionProvider As Integer
C#
public int SectionProvider { get; }
Visual C++
public:
property int SectionProvider {
	int get ();
}
JavaScript
function get_sectionProvider();

See Also