Identifies a single cell in a Worksheet.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java
![]() |
---|
public class Cell implements IInplaceEditable |
Instances of this class can be accessed through the Cells collection of the Worksheet class. The Cell object can be used to get or set the data contained in the cell, to customize the appearance of the cell through its Style and to associate an annotation or a hyperlink with the cell.
The following example demonstrates how to set the data of a cell in an existing worksheet:
Java
![]() |
---|
Cell cell = worksheet.getCells().get("B5"); |
java.lang.Object
com.mindfusion.spreadsheet.Cell
JSpreadsheet Programmer's Guide | © 2024 MindFusion |