SPViewFieldCollection.MoveFieldTo_Client method
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub MoveFieldTo_Client ( _
field As String, _
index As Integer _
)
'用途
Dim instance As SPViewFieldCollection
Dim field As String
Dim index As Integer
instance.MoveFieldTo_Client(field, index)
public void MoveFieldTo_Client(
string field,
int index
)
參數
field
Type: System.String要移動之欄位的內部名稱的欄位。
index
Type: System.Int32新欄位的位置。第一個位置為 0。