ITaskCommentRows.InsertNew Method

Inserts a new row at the specified index.
Function InsertNew( _ 
ByVal index As Integer
) As ITaskCommentRow
This language is not supported or no code example is available.
ITaskCommentRow InsertNew( 
int index 
)
This language is not supported or no code example is available.

Parameters

index
int

The zero-based index at which the row should be inserted.

Return Value

ITaskCommentRow

The newly created and inserted row object.

Exception type Condition

ArgumentOutOfRangeException

index is not a valid index in the list.

Remarks
 
If index equals the number of items in the list, then item is appended to the list.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition