Skip to main content

VisualBrick.XlsxFormatString Property

Specifies the native XLSX format string, to accompany the VisualBrick instance.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual string XlsxFormatString { get; set; }

Property Value

Type Description
String

A String value, representing the XLSX format string.

See Also