'Usage Dim instance As SheetViewCollection Dim from As Integer Dim to As Integer instance.Move(from, to)
Parameters
- from
- Current index of SheetView
- to
- New index for SheetView
'Usage Dim instance As SheetViewCollection Dim from As Integer Dim to As Integer instance.Move(from, to)
fpSpread1.Sheets.Count = 5; FarPoint.Win.Spread.SheetViewCollection sheet; sheet = fpSpread1.Sheets; sheet.Move(0, 2);
FpSpread1.Sheets.Count = 5 Dim sheet As FarPoint.Win.Spread.SheetViewCollection sheet = FpSpread1.Sheets sheet.Move(0, 2)