GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > GetRowLabel Method : GetRowLabel(Int32) Method |
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