 | BcfReflectedColumnCollectionTryGetColumn Method |
Gets the column with the specified name.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic BcfColumn TryGetColumn(
string columnName
)
Public Function TryGetColumn (
columnName As String
) As BcfColumn
Parameters
- columnName
- Type: SystemString
The name of the column to get.
Return Value
Type:
BcfColumnThe column with the specified name; or
if
columnName not found.
See Also