ListDataFormat.lcid Property

Definition

Returns an Integer value that represents the LCID for the ListColumn object that is specified in the schema definition. In Microsoft Excel, the LCID indicates the currency symbol to be used when this is an xlListDataTypeCurrency type. Returns 0 (which is the Language Neutral LCID) when no locale is set for the data type of the column. Read-only Integer.

public:
 property int lcid { int get(); };
public int lcid { get; }
Public ReadOnly Property lcid As Integer

Property Value

Remarks

This property is used only for lists that are linked to a Microsoft Windows SharePoint Services site. In Excel, you cannot set any of the properties associated with the ListDataFormat object. You can set these properties, however, by modifying the list on the SharePoint site.

Applies to