 | BcfTableTRowGetRowFromId Method |
[This is preliminary documentation and is subject to change.]
Gets the
BcfRow with specified
rowId.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic TRow GetRowFromId(
int rowId
)
Public Function GetRowFromId (
rowId As Integer
) As TRow
Parameters
- rowId
- Type: SystemInt32
The BcfRow identifier.
Return Value
Type:
TRowThe
BcfRow with specified
rowId.
Exceptions
See Also