menu

Document Processing

CellDataImpl Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    CellDataImpl Class

    Summary description for CellDataImpl.

    Inheritance
    System.Object
    CellDataImpl
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class CellDataImpl : Object

    Constructors

    CellDataImpl()

    Default constructor.

    Declaration
    public CellDataImpl()

    Properties

    Range

    Cell range.

    Declaration
    public RangeImpl Range { get; set; }
    Property Value
    Type
    RangeImpl

    Record

    Cell record.

    Declaration
    public ICellPositionFormat Record { get; set; }
    Property Value
    Type
    Syncfusion.XlsIO.Parser.Biff_Records.ICellPositionFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved