[]
Represents the value of a cell with a format string.
public sealed class FormattedCellValue : IFormattedCellValue2, IFormattedCellValue, IReadonlyPrimitiveValue
Public NotInheritable Class FormattedCellValue
Implements IFormattedCellValue2, IFormattedCellValue, IReadonlyPrimitiveValue
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. |
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. |