FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : IsSelected Method |
'Declaration Public Function IsSelected( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Boolean
bool b; fpSpread1.ActiveSheet.AddSelection(0, 0, 4, 4); b = fpSpread1.ActiveSheet.IsSelected(3, 3); label1.Text = "Is cell 3, 3 selected = " + b.ToString();
Dim b As Boolean FpSpread1.ActiveSheet.AddSelection(0, 0, 4, 4) b = FpSpread1.ActiveSheet.IsSelected(3, 3) Label1.Text = "Is cell 3, 3 selected = " & b.ToString()
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10