Class CellDataImpl
Summary description for CellDataImpl.
Inheritance
System.Object
    CellDataImpl
  Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.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 | 
|---|
| ICellPositionFormat |