'Declaration Public Overridable Function GetStickyNoteStyleInfo( _ ByVal row As Integer, _ ByVal column As Integer _ ) As StickyNoteStyleInfo
'Usage Dim instance As SheetView Dim row As Integer Dim column As Integer Dim value As StickyNoteStyleInfo value = instance.GetStickyNoteStyleInfo(row, column)
public virtual StickyNoteStyleInfo GetStickyNoteStyleInfo( int row, int column )
Parameters
- row
- Row index of cell
- column
- Column index of cell
Return Value
StickyNoteStyleInfo object that contains the style information for the sticky note