JiwaGridDrillDownEventArgs Constructor

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

Syntax


public JiwaGridDrillDownEventArgs(
	IJiwaDrillDown CellType,
	Sheet Sheet,
	int Col,
	int Row
)
Public Sub New ( _
	CellType As IJiwaDrillDown, _
	Sheet As Sheet, _
	Col As Integer, _
	Row As Integer _
)
public:
JiwaGridDrillDownEventArgs(
	IJiwaDrillDown^ CellType, 
	Sheet^ Sheet, 
	int^ Col, 
	int^ Row
)