SetP417Rows

Sets the number of data rows in the symbol. If dwRows is 0, the data rows will be automatically counted.

SetP417Rows (pDevMode As Long, dwRows As Long) As Boolean

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Input value - dwRows: number of the rows

Return value - TRUE on success, FALSE otherwise.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.