PrintDocument for WinForms
Bounds プロパティ (TableCell)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableCell クラス : Bounds プロパティ
Gets a System.Drawing.Rectangle describing the geometry of the current cell in the table.

The location of the returned rectangle defines the location (column and row) of the current cell, while its size defines the number of columns and rows spanned by the current cell.

シンタックス
'宣言
 
Public ReadOnly Property Bounds As System.Drawing.Rectangle
'使用法
 
Dim instance As TableCell
Dim value As System.Drawing.Rectangle
 
value = instance.Bounds
public System.Drawing.Rectangle Bounds {get;}
参照

TableCell クラス
TableCell メンバ
Col プロパティ
Row プロパティ
SpanCols プロパティ
SpanRows プロパティ