Returns characters from a note
[C++]
static int GetNote(
CString& strnote,
const CXlOper& cell_ref = CXlOper::MissingArg(),
unsigned short start_char = 1,
short int num_chars = -1
);
A reference to a string that will contain the desired data if the function succeeds.
Cell_ref is the cell to which the note is attached.
Start_char is the number of the first character in the note to return.
Num_chars is the number of characters to return.
Zero if the function has been called successfully; non-zero
if the function could not be called.
See Error codes for a list
of return values.
See the Microsoft Excel on-line Help for full details about
this function.
Header: xlfuncs.h