Click or drag to resize

ListRowAddColumn Method

Overload List
  NameDescription
Public methodAddColumn(Boolean)
Adds new column with specified value to the row.
Public methodAddColumn(DateTime)
Adds new column with specified value to the row.
Public methodAddColumn(Double)
Adds new column with specified value to the row.
Public methodAddColumn(Int32)
Adds new column with specified value to the row.
Public methodAddColumn(Int64)
Adds new column with specified value to the row.
Public methodAddColumn(Object)
Adds new column with specified value to the row.
Public methodAddColumn(String)
Adds new column with specified value to the row.
Public methodAddColumn(Boolean, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(DateTime, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Double, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Int32, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Int64, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Object, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(String, Boolean)
Adds new column with specified value to the row.
Public methodAddColumn(String, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(String, String, Boolean)
Adds new column with specified value and action to the row.
Public methodAddColumn(String, String, String)
Adds new column with specified value and action to the row.
Top
See Also