Click or drag to resize

ITable DistributeColumns Method

distribute columns.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void DistributeColumns(
	int startColumnIndex,
	int endColumnIndex
)

Parameters

startColumnIndex
Type: System Int32
start column index.
endColumnIndex
Type: System Int32
end column index.
See Also