Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetCommentIndicatorPoint Method


In This Topic
    GetCommentIndicatorPoint Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetCommentIndicatorPoint( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal zoomFactor As Double, _
       ByVal applyDisplayFormulas As Boolean _
    ) As AnchorPoint
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim row As Integer
    Dim column As Integer
    Dim zoomFactor As Double
    Dim applyDisplayFormulas As Boolean
    Dim value As AnchorPoint
     
    value = instance.GetCommentIndicatorPoint(row, column, zoomFactor, applyDisplayFormulas)
    protected AnchorPoint GetCommentIndicatorPoint( 
       int row,
       int column,
       double zoomFactor,
       bool applyDisplayFormulas
    )

    Parameters

    row
    column
    zoomFactor
    applyDisplayFormulas
    See Also