ITaskCommentRows.InsertNew Method
Function InsertNew( _
ByVal index As Integer _
) As ITaskCommentRow
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
ITaskCommentRowThe newly created and inserted row object.
Exception type | Condition |
---|---|
index is not a valid index in the list. |
If index equals the number of items in the list, then item is appended to the list.