GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > GetRowLabel Method : GetRowLabel(Int32,Int32) Method |
'Declaration Public Overloads Function GetRowLabel( _ ByVal row As Integer, _ ByVal column As Integer _ ) As String
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