Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetCommentIndicatorLocation Method


In This Topic
GetCommentIndicatorLocation Method
In This Topic
Get the location of comment indicator
Syntax
'Declaration
 
Public Overridable Function GetCommentIndicatorLocation( _
   ByVal context As IDrawingContext, _
   ByRef anchorPoint As AnchorPoint, _
   Optional ByVal zoomFactor As Double _
) As Point
 
'Usage
 
Dim instance As WorksheetDrawing
Dim context As IDrawingContext
Dim anchorPoint As AnchorPoint
Dim zoomFactor As Double
Dim value As Point
 
value = instance.GetCommentIndicatorLocation(context, anchorPoint, zoomFactor)

Parameters

context
anchorPoint
zoomFactor
See Also