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
)
Sub ResetRowColumn (
iRow As Integer,
iColumn As Integer
)
void ResetRowColumn(
int iRow,
int iColumn
)
abstract ResetRowColumn :
iRow : int *
iColumn : int -> unit
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