Worksheet.SetCurrentCellAddress Method (Int32, Int32)

NanoXLSX

NanoXLSX

WorksheetSetCurrentCellAddress Method (Int32, Int32)

Set the current cell address

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
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