StatisticBuilder GetPanelsAtIndentLevelAfterIndexCount Method A Sandcastle Documented Class Library
Returns the number of panels after the given index that have the same indent level.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int GetPanelsAtIndentLevelAfterIndexCount(
	int indent,
	int index
)

Parameters

indent
Type: System Int32
index
Type: System Int32

Return Value

Type: Int32
See Also