GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class > GetRowVisible Method : GetRowVisible(Int32,SheetArea) Method |
'Declaration Public Overloads Function GetRowVisible( _ ByVal row As System.Integer, _ ByVal sheetArea As SheetArea _ ) As System.Boolean
true
if the row is visible in the sheet area; 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.Windows.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.Windows.SpreadSheet.Data.SheetArea.Cells).ToString())
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6