XPTable.Models.Table.RowY C# (CSharp) Method

RowY() private method

Returns the Y-coord of the top of the row at the specified index in client coordinates
private RowY ( int row ) : int
row int
return int
        internal int RowY(int row)
        {
            return RowYDifference(0, row);
        }
Table