In This Topic ▼

Cell Class Methods

Summary

For a list of all members of this type, see Cell members

Public Methods

Name Description
Public Method 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.
Public Method GetStyle Retrieves the CellStyle object that encapsulates various styling details, such as font and border settings of a cell.
Public Method SetCellBooleanValue Assigns a boolean value to a specific cell within a sheet.
Public Method 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.
Public Method SetCellFormula Sets the cell formula value.
Public Method 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.
Public Method SetCellStringValue Assigns a string value to a specific cell within a sheet, used for populating cells with text data.
Public Method 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.

See Also

Cell Class

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.