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

Gets the serialized detail for a particular expense.

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

Syntax

C#
public string GetSerializedExpenseDetails(
	int rowNumber,
	int columnNumber
)
Visual Basic (Declaration)
Public Function GetSerializedExpenseDetails ( _
	rowNumber As Integer, _
	columnNumber As Integer _
) As String
Visual C++
public:
String^ GetSerializedExpenseDetails(
	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 serialized expense Amount for the cell.

See Also