XlValueObject.TextValue Property
Converts the object’s value to a string and returns the result.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String value |
Remarks
To determine whether the XlValueObject originates from the text string, check the XlValueObject.IsText property.
See Also