SharpLeaf Reference > Table Properties > Row Property Table.Row Property
Row index of the current cell pointer.
public int Row {get; set;}
Example
tb.Row = ¯1; // Go to current last row, remaining on current column
Description
Reported as a positive integer from left/top, but can be set as negative from right/bottom, or 0 for next non-existing.
See also ...Table Members | Table.Column Property | Table.Rows Property (ReadOnly) | Table.NextCell Method
Send comments on this topic © Dyalog Ltd 2021
|