Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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