Overload | Description |
---|---|
Move | Moves the specified SheetView to a different index in the collection. |
Overload | Description |
---|---|
Move | Moves the specified SheetView to a different index in the collection. |
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)