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

Gets the Amount of the expense.

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

Syntax

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

Parameters

rowNumber
Type: System..::.Int32
The row of where the expense is found. Usually rows signifies Customer, Projects and tasks.
columnNumber
Type: System..::.Int32
The column where the expense is found. Usually columns signifies a date.

Return Value

The expense Amount for the cell.

See Also