PromptPlus API:ResultTableSelect
ResultTableSelect<T>
Namespace: PPlus.Controls
Represents The Table Select Result
public class ResultTableSelect<T>
Type Parameters
T
Typeof return
Inheritance Object → ResultTableSelect<T>
Properties
Column
Column number, base 0.
public int Column { get; }
Property Value
ColumnValue
Column value
public object ColumnValue { get; }
Property Value
Row
Row number, base 0.
public int Row { get; }
Property Value
RowValue
Row value
public T RowValue { get; }
Property Value
T
Constructors
ResultTableSelect()
Create a ResultPrompt
public ResultTableSelect()
Remarks:
Do not use this constructor!
ResultTableSelect(Int32, Int32, T, Object)
Create ResultGrid instance.
public ResultTableSelect(int row, int column, T rowvalue, object columnvalue)
Parameters
row
Int32
Row number
column
Int32
Column number
rowvalue
T
Row value
columnvalue
Object
Column value