 |
BcfViewManagerCreateCustomView Method (String) |
Creates the custom view.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxpublic BcfTableViewBase CreateCustomView(
string tableName
)
Public Function CreateCustomView (
tableName As String
) As BcfTableViewBase
public:
BcfTableViewBase^ CreateCustomView(
String^ tableName
)
member CreateCustomView :
tableName : string -> BcfTableViewBase
Parameters
- tableName
- Type: SystemString
Name of the table.
Return Value
Type:
BcfTableViewBaseBcfTableViewBase.
Exceptions
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also