[]
Gets or sets the height of the individual rows represented by this range in pixels.
double RowHeightInPixel { get; set; }
Property RowHeightInPixel As Double
IRange range = worksheet.Range["1:1"];
range.RowHeightInPixel = 40;
double rowHeightInPixel = range.RowHeightInPixel;