CrosstabAnalysisTool FindStartIdx Method A Sandcastle Documented Class Library

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

private int FindStartIdx(
	DataView dv,
	string[] cols,
	string[] vals,
	int searchIdxLimit,
	int startIdx
)

Parameters

dv
Type: System.Data DataView
cols
Type:  System String 
vals
Type:  System String 
searchIdxLimit
Type: System Int32
startIdx
Type: System Int32

Return Value

Type: Int32
See Also