Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IUniversalCellType Interface / GetEditorRectangle Method
Location and size of a rectangular region.
Object that contains the name of the renderer control of the cell
The appearance setting of cell.


In This Topic
GetEditorRectangle Method
In This Topic
Get cell editor rectangle in edit mode.
Syntax
'Declaration
 
Function GetEditorRectangle( _
   ByVal r As Rectangle, _
   ByVal value As Object, _
   ByRef cfResult As CfExecutedResult _
) As Rectangle
 
'Usage
 
Dim instance As IUniversalCellType
Dim r As Rectangle
Dim value As Object
Dim cfResult As CfExecutedResult
Dim value As Rectangle
 
value = instance.GetEditorRectangle(r, value, cfResult)

Parameters

r
Location and size of a rectangular region.
value
Object that contains the name of the renderer control of the cell
cfResult
The appearance setting of cell.
See Also