Sets or returns the height of the "Standard Row" in points (1/72 of an inch). This must be a value that when converted to character widths is between 0 - 409.

 public double StandardHeight{ get; set; }
Public Property StandardHeight() As Double

          //--- Get StandardHeight
          ws.StandardHeight = 35;

          //--- Set StandardHeight
          double rowHeight = ws.StandardHeight;
        

          '--- Get StandardHeight
          ws.StandardHeight = 35

          '--- Set StandardHeight
          Dim rowHeight As Double = ws.StandardHeight