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