BCGControlBar Library for .NET
UpdateMergedCellSize Method




Syntax
'Declaration
 
Public Sub UpdateMergedCellSize( _
   ByVal location As Point, _
   ByVal ignoreLocation As Boolean, _
   ByVal updateWidth As Boolean, _
   ByVal updateHeight As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim location As Point
Dim ignoreLocation As Boolean
Dim updateWidth As Boolean
Dim updateHeight As Boolean
 
instance.UpdateMergedCellSize(location, ignoreLocation, updateWidth, updateHeight)
public void UpdateMergedCellSize( 
   Point location,
   bool ignoreLocation,
   bool updateWidth,
   bool updateHeight
)
public: void UpdateMergedCellSize( 
   Point location,
   bool ignoreLocation,
   bool updateWidth,
   bool updateHeight
) 
public:
void UpdateMergedCellSize( 
   Point location,
   bool ignoreLocation,
   bool updateWidth,
   bool updateHeight
) 

Parameters

location
ignoreLocation
updateWidth
updateHeight
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

GridControl Class
GridControl Members

Send Feedback