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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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