Export..::..DisplayLine Method

Namespace:  JiwaFinancials.Jiwa.JiwaSalesUI.Export
Assembly:  JiwaSalesUI (in JiwaSalesUI.dll)

Syntax


public void DisplayLine(
	Line Line,
	int Row
)
Public Sub DisplayLine ( _
	Line As Line, _
	Row As Integer _
)
public:
void DisplayLine(
	Line^ Line, 
	int^ Row
)