FlexGrid for WinForms
GetContentRectangle Method



Cell rectangle.
Gets the content portion of a cell's rectangle.
Syntax
'Declaration
 
Public Function GetContentRectangle( _
   ByVal rc As Rectangle _
) As Rectangle
'Usage
 
Dim instance As CellStyle
Dim rc As Rectangle
Dim value As Rectangle
 
value = instance.GetContentRectangle(rc)
public Rectangle GetContentRectangle( 
   Rectangle rc
)
public:
Rectangle GetContentRectangle( 
   Rectangle rc
) 

Parameters

rc
Cell rectangle.

Return Value

A rectangle that represents the content portion of a cell, discounting the area taken up by the cell borders.
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

CellStyle Class
CellStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback