Click or drag to resize

RowList RemoveAt Method

Removes a row at the specified position from a table.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void RemoveAt(
	int firstRowIndex,
	bool withAttachedRows
)

Parameters

firstRowIndex
Type: System Int32
Index of a row to delete.
withAttachedRows
Type: System Boolean
True to delete also all attached rows.
See Also