In This Topic
CELL NOTE - Excel Biff Record Sets the cell note for the specified location and options.
Syntax
'Declaration
Function ExcelSetCellNote( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal 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)
bool ExcelSetCellNote(
short ,
int ,
int ,
bool ,
string
)
Parameters
- sheet
- Sheet index
- row
- Row index
- col
- Column index
- stickyNote
- Whether it is a sticky note
- note
- Note text
See Also