XPTable.Models.Table.GetColumnLeft C# (CSharp) Méthode

GetColumnLeft() private méthode

Returns the left position of the given column.
private GetColumnLeft ( int column ) : int
column int
Résultat int
        private int GetColumnLeft(int column)
        {
            return this.ColumnHeaderRect(column).Left;
        }
Table