 |
BcfTableRows Property |
Gets the collection of rows belonging to this table.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfRowCollection Rows { get; }
Public ReadOnly Property Rows As BcfRowCollection
Get
public:
property BcfRowCollection^ Rows {
BcfRowCollection^ get ();
}
member Rows : BcfRowCollection with get
Property Value
Type:
BcfRowCollectionThe
BcfRowCollection.
Remarks
The order of the contained rows is not reliable and may be changed by
Rollback,
Undo and
Redo.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also