[This is preliminary documentation and is subject to change.]
Gets the serialized timesheet detail in a String.
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string GetSerializedTimesheetDetails( int rowNumber, int columnNumber ) |
Visual Basic (Declaration) |
---|
Public Function GetSerializedTimesheetDetails ( _ rowNumber As Integer, _ columnNumber As Integer _ ) As String |
Visual C++ |
---|
public: String^ GetSerializedTimesheetDetails( int rowNumber, int columnNumber ) |
Parameters
- rowNumber
- Type: System..::.Int32
The task row of the timesheet.
- columnNumber
- Type: System..::.Int32
The date column of the timesheet.