GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class : GetActualRowVisible Method |
'Declaration Public Function GetActualRowVisible( _ ByVal row As Integer, _ ByVal sheetArea As SheetArea _ ) As Boolean
true
if the row is visible in the sheet area; otherwise, false
.listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualColumnWidth(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.ColumnHeader).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualColumnWidth(2, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.ColumnHeader).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualRowHeight(2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualRowHeight(5, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString()); listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetActualRowVisible(11,GrapeCity.Xaml.SpreadSheet.Data.SheetArea.RowHeader).ToString());
listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualColumnWidth(1, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.ColumnHeader).ToString()) listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualColumnWidth(2, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.ColumnHeader).ToString()) listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualRowHeight(2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString()) listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualRowHeight(5, 2, GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).ToString()) listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetActualRowVisible(11,GrapeCity.Xaml.SpreadSheet.Data.SheetArea.RowHeader).ToString())
Target Platforms: Windows Server 2012, Windows RT