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

Gets the Project name for a particular row of the expense object.

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

Syntax

C#
public string GetProjectName(
	int rowNumber
)
Visual Basic (Declaration)
Public Function GetProjectName ( _
	rowNumber As Integer _
) As String
Visual C++
public:
String^ GetProjectName(
	int rowNumber
)

Parameters

rowNumber
Type: System..::.Int32
The row number of the expense object.

Return Value

The name of the Project for the expense object.

See Also