FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : AddSelection Method |
'Declaration Public Sub AddSelection( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
FarPoint.Win.Spread.SheetView sv = new FarPoint.Win.Spread.SheetView();
sv.AddSelection(0, 0, 2, 2);
fpSpread1.Sheets.Add(sv);
fpSpread1.ActiveSheet = sv;
Dim sv As New FarPoint.Win.Spread.SheetView() sv.AddSelection(0, 0, 2, 2) FpSpread1.Sheets.Add(sv) FpSpread1.ActiveSheet = sv
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
SheetView Class
SheetView Members
GetSelection Method
RemoveSelection Method