Question Excel C API GET.CELL

justhumm

Member
Joined
Jun 2, 2023
Messages
15
Programming Experience
Beginner
Stupid, newbie question...I'm messing around with ExcelDNA and found an old thread that states, "The GET.CELL function with...option 53 allows you to get the string as displayed in the cell."

So something like this works for what I want, right now:

xlfGetCell:
string text = (string)XlCall.Excel(XlCall.xlfGetCell, 53, selection);

BUT I'd really like to find a good, general reference document for the Excel C API...that defines what the other 52 options for GET.CELL are.

I haven't been able to find anything, so far. Can anyone point me to a good reference?

Thanks!

getcell.png
 
Back
Top Bottom