FlexGrid for WinForms
Left Property



Gets the position of the left of this column, in pixels, relative to the grid.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property Left As Integer
'Usage
 
Dim instance As Column
Dim value As Integer
 
value = instance.Left
[Browsable(false)]
public int Left {get;}
[Browsable(false)]
public:
property int Left {
   int 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 C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.ScrollPosition property.

To retrieve the size and position of a cell, use the C1FlexGridBase.GetCellRect method.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Column Class
Column Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback