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

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

Syntax

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

See Also