BCGControlBar Library for .NET
FullBounds Property




Gets or sets the value indicating the full bounding rectangle of cell, including surrounding grid lines.
Syntax
'Declaration
 
Public Property FullBounds As Rectangle
'Usage
 
Dim instance As Cell
Dim value As Rectangle
 
instance.FullBounds = value
 
value = instance.FullBounds
public Rectangle FullBounds {get; set;}
public: __property Rectangle get_FullBounds();
public: __property void set_FullBounds( 
   Rectangle value
);
public:
property Rectangle FullBounds {
   Rectangle get();
   void set (    Rectangle value);
}
Remarks
The Style.BackColor fills the whole cell including grid lines if BackColor.FillMode is set to All.
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

Send Feedback