| GrapeCity.Excel Namespace : ExcelCell Class | 
For a list of all members of this type, see ExcelCell members.
| Name | Description | |
|---|---|---|
|  | CellFormula | Gets or sets the cell formula. | 
|  | CellType | Gets or sets the type of the cell. | 
|  | Column | Gets the zero-based index of the start column of the range. | 
|  | ColumnSpan | Gets the column span of the range. | 
|  | Format | Get or set the ExtendedFormat associate with cell. | 
|  | FormatId | Gets the format id of the IExcelCell. | 
|  | Formula | Gets or sets the A1 reference style formula. | 
|  | FormulaArray | Gets or sets the A1 reference style array formula. | 
|  | FormulaArrayR1C1 | Gets or sets the R1C1 reference style array formula. | 
|  | FormulaR1C1 | Gets or sets the R1C1 reference style formula. | 
|  | Hyperlink | Gets or sets the hyperlink. | 
|  | IsArrayFormula | Gets or sets a value indicating whether the formula is array formula. | 
|  | Note | Gets or sets the note. | 
|  | NoteStyle | Gets or sets the note style. | 
|  | Row | Gets the zero-based index of the start row of the range. | 
|  | RowSpan | Gets the row span of the range. | 
|  | Value | Gets or sets the value. |