[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.FormattedCellValue

FormattedCellValue Class

Represents the value of a cell with a format string.

Inheritance
FormattedCellValue
Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public sealed class FormattedCellValue : IFormattedCellValue2, IFormattedCellValue, IReadonlyPrimitiveValue
Public NotInheritable Class FormattedCellValue
    Implements IFormattedCellValue2, IFormattedCellValue, IReadonlyPrimitiveValue

Properties

Name Description
BasicValue

Gets the original value of this cell value.

Format

Gets the number format string that is used to format this value.

Formatter

Gets the formatter which is used to format this value.

ValueType

Gets the value type of this FormattedCellValue instance.

Methods

Name Description
Create(IWorkbook, object, string)

Creates a cell value that contains both of value and number format.

GetDate(IEvaluationContext, bool)

Gets the DateTime value.

GetError(IEvaluationContext)

Gets the CalcError value.

GetLogical(IEvaluationContext, bool)

Gets the bool value.

GetNumber(IEvaluationContext, bool)

Gets the double value.

GetObject(IEvaluationContext, bool)

Gets the object value.

GetText(IEvaluationContext, bool)

Gets the string value.

GetTime(IEvaluationContext, bool)

Gets the TimeSpan value.