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

GEts the Customer name for a particular row in the timesheet.

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

Syntax

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

Parameters

rowNumber
Type: System..::.Int32
The row number of the timesheet.

Return Value

The Customer name on the row of the timesheet.

See Also