CellValue.TextValue Property
Gets or sets the text value of the cell.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| String | The text cell value. |
Remarks
Use the CellValue.IsText property to determine whether the cell value is text.
See Also