Method | Description | |
---|---|---|
AWBTextCollectionList ( ) : System | ||
AddColumn ( string columnTitle, string columnName ) : void | ||
AddColumnData ( System.Windows.Forms.DataGridViewRow row, string columnName, string value ) : void | ||
AddRow ( ) : System.Windows.Forms.DataGridViewRow | ||
ClearData ( ) : void | ||
GetColumnValues ( int columnId ) : List | ||
GetRowValues ( System.Windows.Forms.DataGridViewRow row ) : List |
||
GetTable ( ) : List
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DeleteSelectedRows ( System.Windows.Forms.DataGridView dataGridView ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetButtonStates ( ) : void | ||
SetEditMode ( System.Windows.Forms.DataGridView dataGridView ) : void | ||
btnDelete_Click ( object sender, |
||
btnEdit_Click ( object sender, |
||
btnRowAdd_Click ( object sender, |
||
dgTextData_SelectionChanged ( object sender, |
||
usage ( ) : void |
public AddColumn ( string columnTitle, string columnName ) : void | ||
columnTitle | string | |
columnName | string | |
return | void |
public AddColumnData ( System.Windows.Forms.DataGridViewRow row, string columnName, string value ) : void | ||
row | System.Windows.Forms.DataGridViewRow | |
columnName | string | |
value | string | |
return | void |
public AddRow ( ) : System.Windows.Forms.DataGridViewRow | ||
return | System.Windows.Forms.DataGridViewRow |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetColumnValues ( int columnId ) : List | ||
columnId | int | |
return | List |
public GetRowValues ( System.Windows.Forms.DataGridViewRow row ) : List |
||
row | System.Windows.Forms.DataGridViewRow | |
return | List |