Cell MethodsBytescout Spreadsheet SDK

The Cell type exposes the following members.

Methods

  NameDescription
Public methodCalculate
Calculates of formula this cell (if formula is set for this cell)
Public methodClear
Clears this cell.
Public methodDispose
Disposes the instance
Protected methodDispose(Boolean)
Disposes the instance
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Cell destructor
(Overrides ObjectFinalize.)
Public methodGetAddress
Returns address of the cell as CellAddress object.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetFontColorRGB
Sets the color of the font from the specified 8-bit color values (red, green, and blue).
Public methodSetFontProperties
Sets the font properties.
Public methodToDateTime
Return the cell value as date time, see type DateTime
Public methodToDouble
Return cell value as double, see type Double.
Public methodToHTML
Return the formatted text (Rich-Text) in HTML coded format
Public methodToInteger
Return cell value as integer, see type Int32.
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also

Reference