 | BcfCellCollectionItem Property (String) |
[This is preliminary documentation and is subject to change.]
Gets the
BcfCell with the specified name.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfCell this[
string columnName
] { get; }Public ReadOnly Default Property Item (
columnName As String
) As BcfCell
Get
Parameters
- columnName
- Type: SystemString
The column name.
Return Value
Type:
BcfCellThe
BcfCell with the specified name.
Exceptions
See Also