ComponentOne FlexGrid for WPF and Silverlight
Left Property (Column)

C1.Silverlight.FlexGrid Namespace > Column Class : Left Property
Gets the position of the left side of this column, in pixels, relative to the grid.
Syntax
'Declaration
 
Public ReadOnly Property Left As System.Double
public System.double Left {get;}
Remarks
The value returned is the sum of column widths from the left of the grid until this column, and does not account for the scroll position. To account for the scroll position, this value should be adjusted using the grid's ScrollPosition property.
See Also

Reference

Column Class
Column Members