VAPIMWP_DRAW_GETWORKBOOKPAGECOUNT
Gets the number of workbook pages in a spreadsheet document. This is a parameter of the VAPIM_DRAW
message.
Syntax
#include <kvvapi.h>; SendMessage( hWndVAPI, VAPIM_DRAW, VAPIMWP_DRAW_GETWORKBOOKPAGECOUNT, (LPARAM) (unsigned int*) pPageCount );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
pPageCount
|
A pointer to an unsigned int that returns the number of workbook pages in the spreadsheet document. |
Returns
SendMessage()
returns TRUE
if the call succeeds, in which case pPageCount
returns the number of workbook pages in the document. SendMessage()
returns FALSE
if the call fails.
Discussion
Before you send this message, initialize VAPI by sending the VAPIMWP_DRAW_INIT message and then open the document by sending the VAPIMWP_INIT_OPEN_DOCUMENT message.