SharpLeaf Reference > Table Methods > NextEmptyColumn Method > (Int32) Table.NextEmptyColumn Method (Int32)
Move cell pointer after next non-empty column.
public int NextEmptyColumn(
int row
);
-
row
- New current row : positive from top, negative from bottom, 0 for next non-existing.
-
return value
- New current column (starting at 1).
See also ...Table Members | Table.NextEmptyColumn Method
Send comments on this topic © Dyalog Ltd 2021
|