XlsxSpreadsheetCell Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requested Cell in the Excel XLSX document
public class XlsxSpreadsheetCell
type XlsxSpreadsheetCell = class
Public Class XlsxSpreadsheetCell
- Inheritance
-
XlsxSpreadsheetCell
Constructors
| Name | Description |
|---|---|
| XlsxSpreadsheetCell() | |
Properties
| Name | Description |
|---|---|
| CellIdentifier |
Cell reference of the cell, e.g. A1, Z22, etc. |
| Formula |
Formula |
| Path |
The Path of the location of this object; leave blank for new rows |
| StyleIndex |
Identifier for the style to apply to this style |
| TextValue |
Text value of the cell |