Manager..::..GetAllGridsOnForm Method (Object, List<(Of <(<'FpSpread>)>)>%)

Gets all grids on form.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static void GetAllGridsOnForm(
	Object ParentControl,
	ref List<FpSpread> GridList
)
Public Shared Sub GetAllGridsOnForm ( _
	ParentControl As Object, _
	ByRef GridList As List(Of FpSpread) _
)
public:
static void GetAllGridsOnForm(
	Object^ ParentControl, 
	List<FpSpread^>^% GridList
)

Parameters

ParentControl
Type: Object
The parent control.
GridList
Type: List<(Of <(<'FpSpread>)>)>%
The grid list.