SharpLeaf Reference > Table Methods > NextEmptyRow Method Table.NextEmptyRow Method
Move cell pointer after next non-empty row.
Content of rows before current row is ignored.
If a column is specified, the cell pointer will be moved to that column too. Otherwise, the current column is used.
Content of columns to the left of the argument column (current column by default) are ignored to decide whether a row is empty.
Overloads
Result
New current row (starting at 1).
Example
tb.NextEmptyRow(2); // move after next non-empty row starting at colum 2
Description
Returns new row index.
See also ...Filling cells of a Table | Table Members | Table.NextEmptyColumn Method | Table.NextRow Method
Send comments on this topic © Dyalog Ltd 2021
|