SharpLeaf Reference > Table Properties > Column Property Table.Column Property
Column index of the current cell pointer, starting at 1.
public int Column {get; set;}
Example
tb.Column = ¯1; // Go to current last column, remaining on current row
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.Columns Property (ReadOnly) | Table.Row Property | Table.NextCell Method
Send comments on this topic © Dyalog Ltd 2021
|