Class CellValueFormat
Describes the format that can be applied to a cell value.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CellValueFormat
Constructors
CellValueFormat(String)
Initializes a new instance of the Cell
Declaration
public CellValueFormat(string formatString)
Parameters
System. The format string. |
Fields
GeneralFormat
The general format.
Declaration
public static readonly CellValueFormat GeneralFormat
Field Value
Properties
FormatString
Gets the format string.
Declaration
public string FormatString { get; }
Property Value
System. The format string. |
FormatStringInfo
Gets the information about the format string.
Declaration
public FormatStringInfo FormatStringInfo { get; }
Property Value
Format The format string information. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Overrides
GetFormatResult(ICellValue)
Gets the format result.
Declaration
public CellValueFormatResult GetFormatResult(ICellValue cellValue)
Parameters
ICell The cell value. |
Returns
Cell The format result. |
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
Overrides
Operators
Equality(CellValueFormat, CellValueFormat)
Implements the equals operator.
Declaration
public static bool operator ==(CellValueFormat first, CellValueFormat second)
Parameters
Cell The first value. |
Cell The second value. |
Returns
System. The result of the operator. |
Inequality(CellValueFormat, CellValueFormat)
Implements the less operator.
Declaration
public static bool operator !=(CellValueFormat first, CellValueFormat second)
Parameters
Cell The first value. |
Cell The second value. |
Returns
System. The result of the operator. |