XPTable.Models.Table.GetColumnLeft C# (CSharp) 메소드

GetColumnLeft() 개인적인 메소드

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