GridHandler..::..FormatCell Method

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

Syntax


public void FormatCell(
	JiwaGrid GridObject,
	int Col,
	int Row
)
Public Sub FormatCell ( _
	GridObject As JiwaGrid, _
	Col As Integer, _
	Row As Integer _
)
public:
void FormatCell(
	JiwaGrid^ GridObject, 
	int^ Col, 
	int^ Row
)