Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.ICellAccessor Interface Reference

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.
 

Detailed Description

Gives access to a cell's value.

Definition at line 307 of file SampleListWorkerInterfaces.cs.

Property Documentation

◆ Column

IColumnInfo AxelSemrau.Chronos.Plugin.ICellAccessor.Column
get

Information about the column this cell belongs to.

Definition at line 319 of file SampleListWorkerInterfaces.cs.

319{ get; }

◆ Value

object AxelSemrau.Chronos.Plugin.ICellAccessor.Value
getset

Tries to set the cell's value from the given object.

Will try to convert values automatically.

Definition at line 315 of file SampleListWorkerInterfaces.cs.

315{ get; set; }

The documentation for this interface was generated from the following file: