Click or drag to resize

BcfTableViewBaseTRowViewTryGetRowView Method

Overload List
  NameDescription
Public methodTryGetRowView(NullableInt32)
Gets the BcfRowView or if this collection does not contains a row-view associated with the specified rowViewId.
Public methodTryGetRowView(BcfRow)
Gets the BcfRowView or if no BcfRowView is associated with the specified BcfRow.
Public methodTryGetRowView(NullableInt32, BcfRowView)
Gets the BcfRowView associated with the specified rowViewId.
(Inherited from BcfTableViewBase.)
Public methodTryGetRowView(BcfRow, BcfRowView)
Gets the BcfRowView associated with the specified row.
(Inherited from BcfTableViewBase.)
Top
See Also