[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellData

CellData Class

Represent data of a cell.

Inheritance
CellData
Implements
Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public class CellData : IEquatable<CellData>
Public Class CellData
    Implements IEquatable(Of CellData)

Fields

Name Description
Empty

Represents the empty cell value.

Properties

Name Description
CellFormat

Gets the cell format.

Formula

Gets the cell formula.

IsSpilled

Gets a boolean value indicating whether the cell is spilled.

Value

Gets the cell value.

Methods

Name Description
Create(object, CfExecutedResult)

Create a cell data.

GetText(IWorkbook)

Gets the display text of the cell.

IsEmpty()

Gets a boolean value indicating whether this CellData value is empty.