'Declaration Public Sub ExtendSelection( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Usage Dim instance As SheetView Dim row As Integer Dim column As Integer instance.ExtendSelection(row, column)
public void ExtendSelection( int row, int column )
GcSpreadSheet1.View.AddSelection(0, 0, 2, 2); GcSpreadSheet1.View.ExtendSelection(4, 4);
GcSpreadSheet1.View.AddSelection(0, 0, 2, 2) GcSpreadSheet1.View.ExtendSelection(4, 4)
Target Platforms: Windows Server 2012, Windows RT
SheetView Class SheetView Members
Copyright © GrapeCity, inc. All rights reserved.