UIOptionsGoToRow(FilterBase, Boolean) Method
The
UIController will park on the first row that matches the filter specified in the
usingThisFilter parameter
Namespace: Firefly.Box.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void GoToRow(
FilterBase usingThisFilter,
bool ifNotFoundGoToPreviouslyParkedRow
)
Public Sub GoToRow (
usingThisFilter As FilterBase,
ifNotFoundGoToPreviouslyParkedRow As Boolean
)
member GoToRow :
usingThisFilter : FilterBase *
ifNotFoundGoToPreviouslyParkedRow : bool -> unit
Parameters
- usingThisFilter FilterBase
- The filter according to which the required row will be found
- ifNotFoundGoToPreviouslyParkedRow Boolean
-