ValueTreeRowCollection.Delete
Syntax variant: By object
Syntax:
Parameters:
<Row> (required)
Row which must be deleted from the given ValueTree row collection.
Syntax variant: By index
Syntax:
Parameters:
<Index> (required)
Index of row being deleted.
Description:
Availability:
Example:
ContentRows.Delete(6); |