IWbs.GetTaskFromWorksheetRow Method

Gets the task to which the specified row in the WBS worksheet belongs.
Function GetTaskFromWorksheetRow( _ 
ByVal rowNumber As Integer, _ 
ByVal forExpandedSheet As Boolean
) As ITask
This language is not supported or no code example is available.
ITask GetTaskFromWorksheetRow( 
int rowNumber
bool forExpandedSheet 
)
This language is not supported or no code example is available.

Parameters

rowNumber
int

The row number in the WBS worksheet. It is 0-based. So the row 1 in the worksheet has number 0 here.

forExpandedSheet
bool

Determines whether the condensed or expanded worksheet of the WBS workbook will be used. If set to true, then expanded worksheet is searched; otherwise, the condensed one.

Return Value

ITask

The task on specified row. null reference (Nothing in Visual Basic) if not found.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition