XlVariantValue.TextValue Property
Gets or sets the text stored by the XlVariantValue object.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
String | A String value. |
Remarks
Use the XlVariantValue.IsText or XlVariantValue.Type property to check whether the specified value is of the text type. If the value type is other than text, the TextValue property returns null (Nothing in VB).
See Also