| Visual Basic (Declaration) | |
|---|---|
Function InsertField( _ ByVal fieldUniqueName As System.String, _ ByVal shelf As ShelfKind, _ ByVal position As System.Integer _ ) As ILayoutActions | |
| C# | |
|---|---|
ILayoutActions InsertField( System.string fieldUniqueName, ShelfKind shelf, System.int position ) | |
Parameters
- fieldUniqueName
- The field to be inserted.
- shelf
- 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