Skip to main content
All docs
V25.1
  • Row

    CellValue.Implicit(Byte[] to CellValue) Operator

    Implicitly converts a System.Byte[] value to a cell value.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public static implicit operator CellValue(byte[] buffer)

    Parameters

    Name Type Description
    buffer Byte[]

    A value to be converted to a CellValue.

    Returns

    Type Description
    CellValue

    The conversion result.

    See Also