A newer version of this page is available.
Switch to the current version.
ImageBrick.XlsxFormatString Property
Overrides the VisualBrick.XlsxFormatString property to hide it.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public override string XlsxFormatString { get; set; }
Public Overrides Property XlsxFormatString As String
Property Value
Type | Description |
---|---|
String | A String value. |
Remarks
This property is overridden to hide the corresponding property of the VisualBrick class, since the XlsxFormatString property isn't appropriate for the ImageBrick class.
See Also
Feedback