PowerTools MultiRow for Windows Forms 8.0J
Location プロパティ (Cell)

セルの左上隅の座標を、その親Sectionの左上隅からの相対値で取得または設定します。
構文
Public Property Location As Point
public Point Location {get; set;}

プロパティ値

セルの左上隅の座標を、その親Sectionの左上隅からの相対値で表すSystem.Drawing.Point値。
解説
System.Drawing.Pointクラスは値型(Visual BasicではStructure、Visual C#ではstruct)なので、値によって返されます。つまり、このプロパティにアクセスすると、セルの左上隅の点のコピーが返されます。したがって、このプロパティから返されたSystem.Drawing.PointSystem.Drawing.Point.XプロパティまたはSystem.Drawing.Point.Yプロパティを調整しても、セルのLeftRightTopBottomの各プロパティは変更されません。これらのプロパティを調整するには、各プロパティの値を個別に設定するか、Locationプロパティに新しいSystem.Drawing.Pointを設定します。
参照

Cell クラス
Cell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.