GrapeCity.Excel Namespace : ExcelCell Class |
The following tables list the members exposed by ExcelCell.
Name | Description | |
---|---|---|
![]() | ExcelCell Constructor | Initializes a new instance of the ExcelCell class. |
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. |
Name | Description | |
---|---|---|
![]() | SetFormatId | Set the format id of the cell. The cell will use the id to locate the IExtendedFormat from its parent IExcelWorksheet instance |