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

Gets the total of an expense row on the expense report.

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

Syntax

C#
public double GetRowTotal(
	int rowNumber
)
Visual Basic (Declaration)
Public Function GetRowTotal ( _
	rowNumber As Integer _
) As Double
Visual C++
public:
double GetRowTotal(
	int rowNumber
)

Parameters

rowNumber
Type: System..::.Int32
The row number for which the total is required.

Return Value

The total Amount of expense for that row.

See Also