FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > SheetView クラス > GetPreferredRowHeight メソッド : GetPreferredRowHeight(Int32,Boolean,Boolean) メソッド |
'宣言
Public Overloads Function GetPreferredRowHeight( _ ByVal row As Integer, _ ByVal ignoreHeaders As Boolean, _ ByVal ignoreSpans As Boolean _ ) As Single
public float GetPreferredRowHeight( int row, bool ignoreHeaders, bool ignoreSpans )
float size; size = fpSpread1.ActiveSheet.GetPreferredRowHeight(1, true, true); listBox1.Items.Add(size.ToString());
Dim Size As Integer Size = fpSpread1.ActiveSheet.GetPreferredRowHeight(1, True, True) ListBox1.Items.Add(Size.ToString())