GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > GetRowHeight Method : GetRowHeight(Int32,SheetArea) Method |
'Declaration Public Overloads Function GetRowHeight( _ ByVal row As Integer, _ ByVal sheetArea As SheetArea _ ) As Double
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetRowHeight(0).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetRowHeight(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetRowLabel(0).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetRowLabel(1, 0).ToString());
ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetRowHeight(0).ToString()) ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetRowHeight(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString()) ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetRowLabel(0).ToString()) ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetRowLabel(1, 0).ToString())
Target Platforms: Windows Server 2012, Windows RT