IHTMLTableColumnT, TOut Interface

An html table column where row data is of type {T} and the type of the column is {TOut}

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IHTMLTableColumn<T, TOut>

Type Parameters

T
Row data type
TOut
Output data type

Properties

TotalValue If column is accumulating, get the accumulated value

Methods

GetValue Get value of row

See Also