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

Get an ArrayList of timesheet detail for a particular row.

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

Syntax

C#
public ArrayList GetRow(
	int rowNumber,
	BusinessConstants..::.TimesheetPeriod period
)
Visual Basic (Declaration)
Public Function GetRow ( _
	rowNumber As Integer, _
	period As BusinessConstants..::.TimesheetPeriod _
) As ArrayList
Visual C++
public:
ArrayList^ GetRow(
	int rowNumber, 
	BusinessConstants..::.TimesheetPeriod period
)

Parameters

rowNumber
Type: System..::.Int32
the row number of the timesheet.
period
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.TimesheetPeriod
the period of the timesheet (weekly , biweekly etc.)

Return Value

The list of timesheet detail for the row.

See Also