Click or drag to resize

IMigrantRange ResetRowColumn Method

Resets row and column values.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void ResetRowColumn(
	int iRow,
	int iColumn
)

Parameters

iRow
Type: System Int32
One-based row index of the new cell address.
iColumn
Type: System Int32
One-based column index of the new cell address.
See Also