bool ExcelSetCellNote( short sheet, int row, int col, bool stickyNote, string note )
'Declaration Function ExcelSetCellNote( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal stickyNote As Boolean, _ ByVal note As String _ ) As Boolean
'Declaration
Function ExcelSetCellNote( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal stickyNote As Boolean, _ ByVal note As String _ ) As Boolean
'Usage Dim instance As IExcelBiffRead Dim sheet As Short Dim row As Integer Dim col As Integer Dim stickyNote As Boolean Dim note As String Dim value As Boolean value = instance.ExcelSetCellNote(sheet, row, col, stickyNote, note)
'Usage
Dim instance As IExcelBiffRead Dim sheet As Short Dim row As Integer Dim col As Integer Dim stickyNote As Boolean Dim note As String Dim value As Boolean value = instance.ExcelSetCellNote(sheet, row, col, stickyNote, note)
IExcelBiffRead Interface IExcelBiffRead Members