Cell class represents a single cell in a worksheet


All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
Alignment |
Gets or sets cell alignment options
(Inherited from Styles.) |
![]() |
Border |
Gets or sets border settings
(Inherited from Styles.) |
![]() |
Comment |
Gets or sets the comment for the cell
|
![]() |
ContentType |
Returns the cell content type
|
![]() |
CustomFormatString |
Gets or sets custom dispkay format string
(Inherited from Styles.) |
![]() |
Delete()()() |
Deletes a cell from the parent row
|
![]() |
DisplayFormat |
Gets or sets the cell display format
(Inherited from Styles.) |
![]() |
Empty()()() |
Empties the content of a cell
|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
Font |
Gets or sets the font options
(Inherited from Styles.) |
![]() |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetValue<(Of <(T>)>)()()() |
Gets the value of a cell converted to a system type
|
![]() |
HRef |
Gets or sets the a external reference as a link
|
![]() |
Index |
Index information of the cell
|
![]() |
Interior |
Gets or sets interior options
(Inherited from Styles.) |
![]() |
IsEmpty()()() |
Checks whether the cell has no content and no comment
|
![]() |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Style |
Returns the XmlStyle reference of the cell
(Inherited from Styles.) |
![]() |
ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |
![]() |
Unmerge()()() |
Unmerges a cell
|
![]() |
Value |
Gets or sets the value of the cell
|

Cell class represents a single cell in a worksheet.
You cannot directly declare a instance of a cell from your code by using new keyword. The only way to access a cell is to retrieve it from a worksheet or a row.

Object | |||
![]() |
CellSettingsApplier | ||
![]() |
Styles | ||
![]() |
Cell |