ListRowAddColumn Method |
Name | Description | |
---|---|---|
AddColumn(Boolean) |
Adds new column with specified value to the row.
| |
AddColumn(DateTime) |
Adds new column with specified value to the row.
| |
AddColumn(Double) |
Adds new column with specified value to the row.
| |
AddColumn(Int32) |
Adds new column with specified value to the row.
| |
AddColumn(Int64) |
Adds new column with specified value to the row.
| |
AddColumn(Object) |
Adds new column with specified value to the row.
| |
AddColumn(String) |
Adds new column with specified value to the row.
| |
AddColumn(Boolean, String) |
Adds new column with specified value and action to the row.
| |
AddColumn(DateTime, String) |
Adds new column with specified value and action to the row.
| |
AddColumn(Double, String) |
Adds new column with specified value and action to the row.
| |
AddColumn(Int32, String) |
Adds new column with specified value and action to the row.
| |
AddColumn(Int64, String) |
Adds new column with specified value and action to the row.
| |
AddColumn(Object, String) |
Adds new column with specified value and action to the row.
| |
AddColumn(String, Boolean) |
Adds new column with specified value to the row.
| |
AddColumn(String, String) |
Adds new column with specified value and action to the row.
| |
AddColumn(String, String, Boolean) |
Adds new column with specified value and action to the row.
| |
AddColumn(String, String, String) |
Adds new column with specified value and action to the row.
|