I need to call the VIEW method from C#.NET. Most of the on-line docs show examples as:
View(Row:=2, Col:=1, Length:=3)
The on-line docs show the format as:
View("[EMAIL PROTECTED],20", b:=Edit, Row:=2, Col:=1, Length:=3)
My problem is that I cannot find anything about the values for the 2nd
parameter. I assume it is an enumerator.
Please direct me...
Greg Doud (gdoud)
