FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > GetPreferredRowHeight Method : GetPreferredRowHeight(Int32,Boolean,Boolean) Method |
'Declaration Public Overloads Function GetPreferredRowHeight( _ ByVal row As Integer, _ ByVal ignoreHeaders As Boolean, _ ByVal ignoreSpans As Boolean _ ) As Single
'Usage Dim instance As SheetView Dim row As Integer Dim ignoreHeaders As Boolean Dim ignoreSpans As Boolean Dim value As Single value = instance.GetPreferredRowHeight(row, ignoreHeaders, ignoreSpans)
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())
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10