| Visual Basic (Declaration) | |
|---|---|
Function MoveField( _ ByVal fieldUniqueName As System.String, _ ByVal sourceShelf As ShelfKind, _ ByVal targetShelf As ShelfKind, _ ByVal position As System.Nullable(Of Integer) _ ) As ILayoutActions | |
| C# | |
|---|---|
ILayoutActions MoveField( System.string fieldUniqueName, ShelfKind sourceShelf, ShelfKind targetShelf, System.Nullable<int> position ) | |
Parameters
- fieldUniqueName
- The field to be moved.
- sourceShelf
- The source shelf.
- targetShelf
- The target shelf.
- position
- The target position.
Return Value
A reference to this instance after the operation has completed.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2