 |
BcfTableViewBaseGetRowViewAt Method |
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.0
Syntaxpublic BcfRowView GetRowViewAt(
int index
)
Public Function GetRowViewAt (
index As Integer
) As BcfRowView
public:
BcfRowView^ GetRowViewAt(
int index
)
member GetRowViewAt :
index : int -> BcfRowView
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
BcfRowViewThe
BcfRowView at the specified index.
Exceptions
Version InformationCalculationWorks.ViewModel.Windows
Supported in: 3.0, 2.1, 2.0
See Also