'宣言 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;}
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;}