QDVGantt.GetGanttItemIdentifierAtPosition Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IGantt.GetGanttItemIdentifierAtPosition instead.
Parameters
- RowPosition
- int
The row position from top, starting at 0.
- ErrorNumber
- int
- ErrorIDs.OK - Operation OK
- ErrorIDs.CannotGetGanttItemIdentifierAtPosition - General error, see ErrorMessage
- ErrorIDs.NoGanttItemAtPosition - No item at row number
- ErrorIDs.MustBeCalledFromOpenedEstimate - Was not called from an estimate
- ErrorMessage
- string
Returned error message. An empty string means no error.
Return Value
stringThe unique identifier to the item being at row position.