PicoXLSX Library Documentation
WorksheetSetCurrentRowNumber Method |
Sets the current row number (zero based)
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public void SetCurrentRowNumber( int rowNumber )
Parameters
- rowNumber
- Type: SystemInt32
Row number (zero based)
Exceptions
Exception | Condition |
---|---|
RangeException | Throws an RangeException if the number is out of the valid range. Range is from 0 to 1048575 (1048576 rows) |
See Also