QDVWBS.DeleteRowFromMinute Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IMinute.DeleteRow instead.

Deletes one or more rows from a task.
[Obsolete("Use Qdv.UserApi.IMinute.DeleteRow instead.")] 
public void DeleteRowFromMinute( 
string HexID
int RowToDeleteFrom
int NumberOfRows = 1, 
bool RecalcTask = True, 
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

HexID
string

The Hex identifier to the task.

RowToDeleteFrom
int

The first row to be deleted.

NumberOfRows
int

Optional. The number of rows to be deleted.

RecalcTask
bool

Optional. When true (default), the complete task will be computed at the end of deletion. When false, the task is flagged to be computed, leaving potential wrong values in totals until the task is computed.

ErrorNumber
int

A returned error number. 0 when no error occurred.

ErrorMessage
string

A returned error message. Blank when no error occurred.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition