Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetCellNoteInternal Method


In This Topic
GetCellNoteInternal Method
In This Topic
Internal use only. Gets the cell note object of a specified cell on this sheet.
Syntax
'Declaration
 
Public Function GetCellNoteInternal( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As PSShape
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As PSShape
 
value = instance.GetCellNoteInternal(row, column)

Parameters

row
column
See Also