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. | |
SetCellBooleanValue | Assigns a boolean value to a specific cell within a sheet. | |
SetCellDateValue | Sets a cell's content to a DateTime value within an Excel sheet. Allows for the direct assignment of date and time information to a cell. | |
SetCellFormula | Sets the cell formula value. | |
SetCellNumericValue | Sets a cell's content to a numeric value of type double within a sheet. Enables the direct input of numbers into a cell, facilitating numerical data handling in applications. | |
SetCellStringValue | 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. |