Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetNoteStyle Method
Row index of cell
Column index of cell


In This Topic
GetNoteStyle Method
In This Topic
Gets the composited style of notes of a specified cell on this sheet.
Syntax
'Declaration
 
Public Function GetNoteStyle( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As NoteStyle
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As NoteStyle
 
value = instance.GetNoteStyle(row, column)

Parameters

row
Row index of cell
column
Column index of cell
See Also