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 )