SystemSettingPlugin..::..FormatCell Method

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

Syntax


public void FormatCell(
	IJiwaBusinessLogic BusinessLogicHost,
	JiwaGrid GridObject,
	IJiwaForm FormObject,
	int Col,
	int Row,
	Setting SystemSetting
)
Public Sub FormatCell ( _
	BusinessLogicHost As IJiwaBusinessLogic, _
	GridObject As JiwaGrid, _
	FormObject As IJiwaForm, _
	Col As Integer, _
	Row As Integer, _
	SystemSetting As Setting _
)
public:
void FormatCell(
	IJiwaBusinessLogic^ BusinessLogicHost, 
	JiwaGrid^ GridObject, 
	IJiwaForm^ FormObject, 
	int^ Col, 
	int^ Row, 
	Setting^ SystemSetting
)