Skip to main content
A newer version of this page is available. .

TextExportSettings.SetXlsxFormatString(DependencyObject, String) Method

Sets the value of the ExportSettingDefaultValue.TextValueFormatString attached property for a given object.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public static void SetXlsxFormatString(
    DependencyObject obj,
    string value
)

Parameters

Name Type Description
obj DependencyObject

An object for which the ExportSettingDefaultValue.TextValueFormatString attached property is set.

value String

The value for the ExportSettingDefaultValue.TextValueFormatString attached property.

See Also