For a list of all members of this type, see Cell members
Name | Description | |
---|---|---|
![]() |
BoolCellValue | Gets the value of the cell that is expected to be a boolean.This property is designed to access the logical value contained within the cell and it is useful in logical operations, condition checks, or representing binary states. |
![]() |
CellFormula | Gets the formula for a cell. |
![]() |
CellType | Gets the cell type. |
![]() |
ColumnIndex | Gets the cell column index which used to determine the column position of a cell within the sheet. |
![]() |
DateCellValue | Gets the value of a cell as a date. This property is relevant for cells that are formatted as dates or contain date information. |
![]() |
Hyperlink | Gets or sets a hyperlink associated with a cell. This property enables the embedding of URLs or links to other resources within a cell, facilitating navigation and referencing. |
![]() |
NumericCellValue | Retrieves the numerical value of a cell such as formatted numbers and dates. |
![]() |
RowIndex | Gets the index of the row in which the cell is located within a sheet. |
![]() |
StringCellValue | Gets the text content of a cell within a sheet. |