Worksheet.SetCurrentCellAddress Method (Int32, Int32)

PicoXLSX

PicoXLSX

WorksheetSetCurrentCellAddress Method (Int32, Int32)

Set the current cell address

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public void SetCurrentCellAddress(
	int columnAddress,
	int rowAddress
)

Parameters

columnAddress
Type: SystemInt32
Column number (zero based)
rowAddress
Type: SystemInt32
Row number (zero based)
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if one of the passed cell addresses is out of range
See Also