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

Gets a list of expense detail for a row of the expense object.

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

Syntax

C#
public ArrayList GetRow(
	int rowNumber
)
Visual Basic (Declaration)
Public Function GetRow ( _
	rowNumber As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetRow(
	int rowNumber
)

Parameters

rowNumber
Type: System..::.Int32
The row number of the row for which the detail is desired.

Return Value

The list of expense detail object.

See Also