SPFieldMultiColumnValue members
Contains the value for an SPFieldMultiColumn object.
The SPFieldMultiColumnValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPFieldMultiColumnValue() | Initializes a new instance of the SPFieldMultiColumnValue class. |
![]() |
SPFieldMultiColumnValue(Int32) | Initializes a new instance of the SPFieldMultiColumnValue class based on the specified number of columns. |
![]() |
SPFieldMultiColumnValue(String) | Initializes a new instance of the SPFieldMultiColumnValue class based on the specified field value. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ColumnValues | |
![]() |
Count | Gets the number of "columns" that are represented in the multicolumn field. |
![]() ![]() |
Delimiter | Gets the delimiter that is used to separate "column" values. |
![]() |
Item | Gets or sets the value of a "column" at the specified index. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds a "column" to the multicolumn field. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Gets a string that contains the "column" values separated by their delimiting characters. (Overrides Object.ToString().) |
Top