Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public interface ISpreadCell
Public Interface ISpreadCell
public interface class ISpreadCell
type ISpreadCell = interface end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Column |
Gets cell column index.
| |
| Font |
Gets or sets font of spread cell.
| |
| FontColor |
Gets or set font color of spread cell.
| |
| FormulaValue |
Gets formula value of the cell.
| |
| IsFormula()()()() |
Indicates the cell is a formula or not.
| |
| Location |
Gets cell location.
| |
| Name |
Gets cell name.
| |
| Protected |
Indicates whether the cell is protected.
| |
| Row |
Gets cell row index.
| |
| SetCellValue(Object) |
Sets cell value.
| |
| Style |
Gets or sets style of cell.
| |
| Value |
Gets or sets a cell value.
| |
| Worksheet |
Gets worksheet object.
|