[This is preliminary documentation and is subject to change.]
Gets a list of number of rows specified in a particular timesheet tasks.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataView GetTimesheetRows( int numRows ) |
| Visual Basic (Declaration) |
|---|
Public Function GetTimesheetRows ( _ numRows As Integer _ ) As DataView |
| Visual C++ |
|---|
public: DataView^ GetTimesheetRows( int numRows ) |
Parameters
- numRows
- Type: System..::.Int32
The number of rows.
