GetNoteColumnIndex Method
public int GetNoteColumnIndex(
StickyNoteCommentBase
)
'Declaration
Public Function GetNoteColumnIndex( _
ByVal As StickyNoteCommentBase _
) As Integer
'Usage
Dim instance As SheetView
Dim noteBase As StickyNoteCommentBase
Dim value As Integer
value = instance.GetNoteColumnIndex(noteBase)
Parameters
- noteBase