2.5.6.2 ASCIMPRESULT


Name

ASCIMPRESULT

Description

Declaration

typedef struct tagASCIMPRESULT {
	int nR1;
	int	nC1;
	int nR2;
	int nC2;
	DWORD uid;
} ASCIMPRESULT;

Members

nR1
first row to receive data
nC1
first column to receive data
nR2
last row to receive data
nC2
last column to receive data
uid
UID of the DataRange created as result of import

Remark

Examples

Header to Include

origin.h

See Also

Reference