'Declaration
Public Function GetHoveringCommentRectangle( _ ByVal context As IDrawingContext, _ ByVal shape As CellNote _ ) As Rectangle
'Usage
Dim instance As WorksheetDrawing Dim context As IDrawingContext Dim shape As CellNote Dim value As Rectangle value = instance.GetHoveringCommentRectangle(context, shape)
public Rectangle GetHoveringCommentRectangle( IDrawingContext context, CellNote shape )
Parameters
- context
- shape