nRowsCount - nColsCount de tExcelScript

Post Reply
jvargas
Posts: 63
Joined: Sun Apr 08, 2007 9:50 pm
Location: Lima Perú

nRowsCount - nColsCount de tExcelScript

Post by jvargas »

Hola amigos
alguien tiene las funciones nRowsCount() y nColsCount() de tExcelScript para que las comparta conmigo??

cRange:=cMakeRange( 5 , nCol, ( 5+oExcel:nRowsCount() ) - 1 , ( nCol+oExcel:nColsCount())-1 )
muchas gracias de antemano
Saludos Jorge Vargas
FW-705, xHarbour 0.99.71 (SimpLex) , bcc55
Post Reply