Common Code Snippets
Delete Datatable Row
This code marks a datatable row for deletion and then accepts the deletion.
DataTableName
.Rows(
RowNumber
).Delete
// This marks the row for deletion
DataTableName.
AcceptChanges()
// Deletes all rows marked for deletion
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment