GrapeCity MultiRow Windows Forms Documentation
Bounds Property (Cell)


Gets or sets the size and location of the cell, in pixels, relative to the parent Section including its CellStyle.Border and CellStyle.Padding.
Syntax
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property Bounds As Rectangle
Dim instance As Cell
Dim value As Rectangle
 
instance.Bounds = value
 
value = instance.Bounds
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public Rectangle Bounds {get; set;}

Property Value

A System.Drawing.Rectangle value that represents the size and location of the cell, in pixels, relative to the parent Section; including its CellStyle.Border and CellStyle.Padding.
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

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.