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
)
Sub DistributeRows (
startRowIndex As Integer,
endRowIndex As Integer
)
void DistributeRows(
int startRowIndex,
int endRowIndex
)
abstract DistributeRows :
startRowIndex : int *
endRowIndex : int -> unit
Parameters
-
startRowIndex
-
Type:
System
Int32
start row index.
-
endRowIndex
-
Type:
System
Int32
end row index.
See Also