Sha256: 21244d693fb5b42afeffbec03d5b20b24a0e1f867dd8bcf3f1264b156bf666a7

Contents?: true

Size: 1.67 KB

Versions: 13

Compression:

Stored size: 1.67 KB

Contents

# AsposeCellsCloud::Cell

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**link** | [**Link**](Link.md) |  | [optional] 
**style** | [**LinkElement**](LinkElement.md) |  | [optional] 
**html_string** | **String** | Gets and sets the html string which contains data and some formattings in this cell.              | [optional] 
**name** | **String** | Gets the name of the cell.              | [optional] 
**column** | **Integer** | Gets column number (zero based) of the cell.              | 
**worksheet** | **String** | Gets the parent worksheet. | [optional] 
**is_in_table** | **BOOLEAN** | Indicates whethe this cell is part of table formula.              | 
**is_array_header** | **BOOLEAN** | Inidicates the cell's formula is and array formula and it is the first cell of the array. | 
**value** | **String** |  | [optional] 
**is_formula** | **BOOLEAN** | Represents if the specified cell contains formula.              | 
**is_style_set** | **BOOLEAN** | Indicates if the cell's style is set. If return false, it means this cell has a default cell format.              | 
**is_in_array** | **BOOLEAN** | Indicates whether the cell formula is an array formula. | 
**is_error_value** | **BOOLEAN** | Checks if a formula can properly evaluate a result.              | 
**is_merged** | **BOOLEAN** | Checks if a cell is part of a merged range or not.              | 
**formula** | **String** | Gets or sets a formula of the Aspose.Cells.Cell. | [optional] 
**type** | **String** | Specifies a cell value type. | [optional] 
**row** | **Integer** | Gets row number (zero based) of the cell.              | 


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
aspose_cells_cloud-20.9 docs/Cell.md
aspose_cells_cloud-20.8 docs/Cell.md
aspose_cells_cloud-20.7 docs/Cell.md
aspose_cells_cloud-20.6 docs/Cell.md
aspose_cells_cloud-20.4 docs/Cell.md
aspose_cells_cloud-20.2 docs/Cell.md
aspose_cells_cloud-20.1 docs/Cell.md
aspose_cells_cloud-19.10 docs/Cell.md
aspose_cells_cloud-19.9 docs/Cell.md
aspose_cells_cloud-19.6 docs/Cell.md
aspose_cells_cloud-19.2.1 docs/Cell.md
aspose_cells_cloud-19.2 docs/Cell.md
aspose_cells_cloud-18.11.1 docs/Cell.md