Spread Windows Forms 17
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 IDrawingSurface, _
       ByVal cellNote As CellNote, _
       Optional ByVal zoomFactor As Double, _
       Optional ByVal applyDisplayFormulas As Boolean _
    ) As Point
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim context As IDrawingSurface
    Dim cellNote As CellNote
    Dim zoomFactor As Double
    Dim applyDisplayFormulas As Boolean
    Dim value As Point
     
    value = instance.GetCommentIndicatorLocation(context, cellNote, zoomFactor, applyDisplayFormulas)
    public virtual Point GetCommentIndicatorLocation( 
       IDrawingSurface context,
       CellNote cellNote,
       double zoomFactor,
       bool applyDisplayFormulas
    )

    Parameters

    context
    cellNote
    zoomFactor
    applyDisplayFormulas
    See Also