Look for Example Spread 6.0 from FarPoint

  • Thread starter Thread starter Christina Feichter
  • Start date Start date
C

Christina Feichter

Hi

I work in VB6 with Spread 6.0 from FarPoint

can anybody show me an Example or any Exaples (C#) like this.

VB6

Dim x, y as Integer

GetText(1, 1, x)

y = x * 2

thanks Chr.
 
Frane said:
int x,y;



y=x*2;


HTH


Sorry,

GetText(1, 1, x) is the Cell "A1" in the Spred and the Digit is stored
in int x.
I can't get the Digit in "A1" !!
Chr.
 
Back
Top