Click or drag to resize

RowList Insert Method

Insert a row.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Insert(
	int index,
	TableRow row
)

Parameters

index
Type: System Int32
row
Type: Spire.Presentation TableRow
See Also