Skip to main content
All docs
V26.1
  • CellValue.TextValue Property

    Gets or sets the text value of the cell.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public string TextValue { get; set; }

    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