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

Gets the total Amount of expense for an expense object.

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

Syntax

C#
public double GetAmountTotal()
Visual Basic (Declaration)
Public Function GetAmountTotal As Double
Visual C++
public:
double GetAmountTotal()

Return Value

The total Amount of expense on the expense object. This is the total for all the rows and columns on the expense object.

See Also