Class CellDataImpl
Summary description for CellDataImpl.
Inheritance
System.Object
CellDataImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class CellDataImpl
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
[CLSCompliant(false)]
public ICellPositionFormat Record { get; set; }
Property Value
Type |
---|
ICellPositionFormat |