GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > GetRowVisible Method : GetRowVisible(Int32) Method |
true
if the row is visible in this sheet; otherwise, false
.listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetRowViewportCount().ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetRowVisible(20).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetRowVisible(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString());
ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetRowViewportCount().ToString()) ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetRowVisible(20).ToString()) ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetRowVisible(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString())
Target Platforms: Windows Server 2012, Windows RT