For a list of all members of this type, see Cell members
Name | Description | |
---|---|---|
GetDisplayStringValue | Retrieves the text representation of a cell's value as it is displayed in sheet processing applications.Useful for obtaining the formatted output of a cell, regardless of the cell's actual data type or value. | |
GetStyle | Retrieves the CellStyle object that encapsulates various styling details, such as font and border settings of a cell. | |
SetCellFormula | Sets the cell formula value. | |
SetCellValue | Assigns a string value to a specific cell within a sheet, used for populating cells with text data. | |
SetStyle | Applies a specific style as defined by a CellStyle object to a cell within a sheet.Thus, enabling the customization of cell appearance, including aspects like font, alignment, and border settings. |