SPFieldMultiColumnValue members

Contains the value for an SPFieldMultiColumn object.

The SPFieldMultiColumnValue type exposes the following members.

Constructors

  Name Description
Public method SPFieldMultiColumnValue() Initializes a new instance of the SPFieldMultiColumnValue class.
Public method SPFieldMultiColumnValue(Int32) Initializes a new instance of the SPFieldMultiColumnValue class based on the specified number of columns.
Public method SPFieldMultiColumnValue(String) Initializes a new instance of the SPFieldMultiColumnValue class based on the specified field value.

Top

Properties

  Name Description
Public property ColumnValues
Public property Count Gets the number of "columns" that are represented in the multicolumn field.
Public propertyStatic member Delimiter Gets the delimiter that is used to separate "column" values.
Public property Item Gets or sets the value of a "column" at the specified index.

Top

Methods

  Name Description
Public method Add Adds a "column" to the multicolumn field.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Gets a string that contains the "column" values separated by their delimiting characters. (Overrides Object.ToString().)

Top

See also

Reference

SPFieldMultiColumnValue class

Microsoft.SharePoint namespace