SPFieldMultiColumn constructor (SPFieldCollection, String, String)
Initializes a new instance of the SPFieldMultiColumn class based on the specified field collection, field type name, and field display name.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
fields As SPFieldCollection, _
typeName As String, _
displayName As String _
)
'Usage
Dim fields As SPFieldCollection
Dim typeName As String
Dim displayName As String
Dim instance As New SPFieldMultiColumn(fields, _
typeName, displayName)
protected SPFieldMultiColumn(
SPFieldCollection fields,
string typeName,
string displayName
)
Parameters
fields
Type: Microsoft.SharePoint.SPFieldCollectionAn SPFieldCollection object that represents the fields.
typeName
Type: System.StringA string that specifies the type name of the field.
displayName
Type: System.StringA string that specifies the display name of the field.