FlexPivot for WinForms
Left プロパティ (Column)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Column クラス : Left プロパティ
Gets the position of the left of this column, in pixels, relative to the grid.
シンタックス
'宣言
 
Public ReadOnly Property Left As System.Integer
public System.int Left {get;}
解説

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.

参照

Column クラス
Column メンバ