BCGControlBar Library for .NET
ToRectangle Method (MergeInfo)




Converts LeftTop and RightBottom properties to rectangle.
Syntax
'Declaration
 
Public Function ToRectangle() As Rectangle
'Usage
 
Dim instance As MergeInfo
Dim value As Rectangle
 
value = instance.ToRectangle()
public Rectangle ToRectangle()
public: Rectangle ToRectangle(); 
public:
Rectangle ToRectangle(); 

Return Value

Logical rectangle of merged cell.
Remarks
The rectangle represents logical coordinates of merged cell (in terms of column and row indexes).
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

MergeInfo Class
MergeInfo Members

Send Feedback