SPFieldMultiColumnValue constructor (Int32)

Initializes a new instance of the SPFieldMultiColumnValue class based on the specified number of columns.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    numberOfSubColumns As Integer _
)
'Usage
Dim numberOfSubColumns As Integer

Dim instance As New SPFieldMultiColumnValue(numberOfSubColumns)
public SPFieldMultiColumnValue(
    int numberOfSubColumns
)

Parameters

  • numberOfSubColumns
    Type: System.Int32

    The number of columns.

Remarks

Use the Item property to get or set the value of a specific "column".

See also

Reference

SPFieldMultiColumnValue class

SPFieldMultiColumnValue members

SPFieldMultiColumnValue overload

Microsoft.SharePoint namespace