KitchenDraw SDK 2
Show / Hide Table of Contents

Method RemoveRow

RemoveRow(Row)

Removes a row from the cluster.

Declaration
public void RemoveRow(Catalog.Table.Row row)
Parameters
Type Name Description
Catalog.Table.Row row

A row to remove. Please be aware that the row is removed and not detached. So you shouldn't use the row in any way after it is removed.

In this article
Back to top Generated by DocFX