Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_DataListDataList Base Class

Public Function RowDataEqual (
objCompareToList As xf_DataList,
Optional ExternalRowIndex As Long = -1,
Optional InternalRowIndex As Long = -1,
Optional CompareRowCount As Long = -1,
Optional LimitToFirstNColumns As Long = -1,
Optional ExcludeExtColumnIndexArray As Variant = Null
) As Boolean

Is the row data equal in the selected range of this and the external DataList ?

objCompareToList as xf_DataList

The external DataList to which to compare (a reference to the same DataList mey be used for comparing within the same list)

Optional ExternalRowIndex as Long = -1

The row index to start comparing in the external DataList (defaults to 1)

Optional InternalRowIndex as Long = -1

The row index to start comparing in this DataList (defaults to 1)

Optional CompareRowCount as Long = -1

The number of rows to compare (defaults to the count of all rows after the start row in the external DataList)

Optional LimitToFirstNColumns as Long = -1

The number of columns to use in the compare operation (defaults to all)

Optional ExcludeExtColumnIndexArray as Variant = Null

(no description)

Call Template:

Dim obj As New xf_DataList
Dim b As Boolean
b = obj.RowDataEqual(objCompareToList)
b = obj.RowDataEqual(objCompareToList, ExternalRowIndex, InternalRowIndex, CompareRowCount, LimitToFirstNColumns, ExcludeExtColumnIndexArray)

See Also:

Example 1:

Dim lst As New xf_DataList
lst.RowDataEqual existingLst
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd