GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : SetActiveCell Method |
true
clears the old selection.
'Declaration Public Sub SetActiveCell( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal clearSelection As System.Boolean _ )
'Usage Dim instance As SheetView Dim row As System.Integer Dim column As System.Integer Dim clearSelection As System.Boolean instance.SetActiveCell(row, column, clearSelection)
public void SetActiveCell( System.int row, System.int column, System.bool clearSelection )
true
clears the old selection.GcSpreadSheet1.View.SetActiveCell(0, 4, false);
GcSpreadSheet1.View.SetActiveCell(0, 4, False)
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