[This is preliminary documentation and is subject to change.]

Gets a list of number of rows specified in the currently Active in the group.

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataView GetActiveExpenseRows(
	int currentGroupId
)
Visual Basic (Declaration)
Public Function GetActiveExpenseRows ( _
	currentGroupId As Integer _
) As DataView
Visual C++
public:
DataView^ GetActiveExpenseRows(
	int currentGroupId
)

Parameters

currentGroupId
Type: System..::.Int32

Return Value

DataView consisting a single column called rowNumber (System.Int32).

See Also