Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Gives access to a cell's value. More...
Properties | |
object | Value [get, set] |
Tries to set the cell's value from the given object. | |
IColumnInfo | Column [get] |
Information about the column this cell belongs to. | |
Gives access to a cell's value.
Definition at line 321 of file SampleListWorkerInterfaces.cs.
|
get |
Information about the column this cell belongs to.
Definition at line 333 of file SampleListWorkerInterfaces.cs.
|
getset |
Tries to set the cell's value from the given object.
Will try to convert values automatically.
Definition at line 329 of file SampleListWorkerInterfaces.cs.