Click or drag to resize

ITable DistributeRows Method

distribute rows.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void DistributeRows(
	int startRowIndex,
	int endRowIndex
)

Parameters

startRowIndex
Type: System Int32
start row index.
endRowIndex
Type: System Int32
end row index.
See Also