Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Sets or returns the vertical (y) position of the workbook window's upper left corner when displayed in Excel.

Excel 2003 and 2007 use different scales for determining position.  The VerticallPosition will not be the same when using ExcelApplication for the two file types.

Signature
C#
C#
 public int VerticalPosition{ get; set; }

...