JiwaGrid..::..SetColumnComboCell Method

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

Syntax


public void SetColumnComboCell(
	string ColumnKey,
	string[] Items,
	string[] ItemData,
	int Col,
	int Row
)
Public Sub SetColumnComboCell ( _
	ColumnKey As String, _
	Items As String(), _
	ItemData As String(), _
	Col As Integer, _
	Row As Integer _
)
public:
void SetColumnComboCell(
	String^ ColumnKey, 
	array<String^>^ Items, 
	array<String^>^ ItemData, 
	int^ Col, 
	int^ Row
)

Parameters

ColumnKey
Type: String
Items
Type: array<String>[]()[][]
ItemData
Type: array<String>[]()[][]
Col
Type: Int32
Row
Type: Int32