←Select platform

Cell Class

Summary

Defines a fundamental component in Excel document manipulation, providing a range of methods and properties to manage the content and appearance of individual cells. Includes methods to get and set cell values, formulas, and styles, as well as properties that give information about the cell's content and location in a worksheet.

Syntax

C#
C++/CLI
Python
public class Cell 
public: 
   ref class Cell 
class Cell: 

Remarks

The Cell class is an integral component of any operation involving workbook sheets as it represents the basic unit of data. Provides flexibility in handling different types of cell values including strings, numbers, booleans, dates, and formulas.

The Cell class provides accessors to get and set cell styles to enable customization of cell appearance, including fonts, colors, and border styles.

The Cell class is commonly used in combination with Sheet and LEADWorkbook classes to create, modify, and read Excel documents.

Requirements

Target Platforms

See Also

Cell Members

Sheet

LEADWorkbook

Leadtools.Document.LEADOffice.Sheet Namespace

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

Leadtools.Document.LEADOffice Assembly

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