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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.Int32The number of columns.
Remarks
Use the Item property to get or set the value of a specific "column".
See Also
Reference
SPFieldMultiColumnValue Members