IGantt.GetGanttItemIdentifierAtPosition Method

Returns unique identifier of the gantt item being at the given position.
Function GetGanttItemIdentifierAtPosition( _ 
ByVal RowPosition As Integer
) As String
This language is not supported or no code example is available.
string GetGanttItemIdentifierAtPosition( 
int RowPosition 
)
This language is not supported or no code example is available.

Parameters

RowPosition
int

The row position from the top, starting at 0.

Return Value

string

The unique identifier to the item being at row position.

Exception type Condition

QdvApiException

A problem occurred. The exception ID can be set to one of the following values:

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition