ListFieldCurrency Object Members

SharePoint Designer Developer Reference

Contains information about the field type used to view currency information within the list.

Methods

  Name Description
ConvertToField Changes a field from one type to another and returns an object of the type specified in the Type parameter.
Delete Deletes the list field from the parent list.
Move Moves a field in a list from its current location to a different location.

Properties

  Name Description
Application Returns an Application object that represents the 2nd_SPDesignerGeneric application.
Currency Returns a CurrencyFieldFormat constant that represents the type of currency to be used in the currency field. Read/write.
DefaultValue Returns or sets a Variant that defines the default value of the field.
Description Returns or sets a String that represents the description for a list field.
DisplayFormat Returns or sets a NumberFieldFormat enumerated constant that represents the type of number used by the field.
MaximumValue Returns or sets a Variant that specifies the maximum value allowed for a list field.
MinimumValue Returns or sets a Variant that specifies the minimum allowed value for a list field.
Name Returns a String that represents the name assigned to a list.
Parent Returns an Object that represents the parent object of the specified object. Read-only.
ReadOnly Returns a Boolean that indicates whether a field has read-only permissions. True indicates that the field cannot be modified by the user.
Required Returns or sets a Boolean that determines whether a field is required.
Type Returns a FieldType constant that represents the type of the current field. Read-only.
Web Returns a Web object that represents the parent Web site of a field in a list.