SPFieldNumber constructor
Initializes a new instance of the SPFieldNumber class.
Overload list
Name | Description | |
---|---|---|
SPFieldNumber(SPFieldCollection, String) | Initializes a new instance of the SPFieldNumber class based on the specified field collection and field name. | |
SPFieldNumber(SPFieldCollection, String, String) | Initializes a new instance of the SPFieldNumber class based on the specified field collection, type name, and display name. Use this constructor to create a field that does not exist in the collection. |
Top