MainForm..::..DisplayLine Method

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

Syntax


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