Skip to main content

DataControlBase.FindRowByValue Method

Name Parameters Description
FindRowByValue(ColumnBase, Object) column, value Searches for the value in the column and returns the handle of the corresponding row.
FindRowByValue(String, Object) fieldName, value Searches for the value in the column and returns the handle of the corresponding row.