BCGControlBar Library for .NET
RangeContainsDifferentFontHeights Method




Start of range.
End of range.
Determines whether Visual Styles of cells in the specified range contain different font heights.
Syntax
'Declaration
 
Public Function RangeContainsDifferentFontHeights( _
   ByVal start As Point, _
   ByVal end As Point _
) As Boolean
'Usage
 
Dim instance As GridControl
Dim start As Point
Dim end As Point
Dim value As Boolean
 
value = instance.RangeContainsDifferentFontHeights(start, end)
public bool RangeContainsDifferentFontHeights( 
   Point start,
   Point end
)
public: bool RangeContainsDifferentFontHeights( 
   Point start,
   Point end
) 
public:
bool RangeContainsDifferentFontHeights( 
   Point start,
   Point end
) 

Parameters

start
Start of range.
end
End of range.
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