Parameters
- row
- Row index
Return Value
Single-precision, floating-point number of pixels of the width of the cell with the tallest text in the column
float size;
size = fpSpread1.ActiveSheet.GetPreferredRowHeight(0);
listBox1.Items.Add(size.ToString());
Dim size As Single size = FpSpread1.ActiveSheet.GetPreferredRowHeight(0) ListBox1.Items.Add(size.ToString())