Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.78 KB

Cell.md

File metadata and controls

25 lines (22 loc) · 1.78 KB

Aspose.Cells.Cloud.SDK.Model.Cell

Properties

Name Type Description Notes
Link Link [optional]
Style LinkElement [optional]
HtmlString 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 int? Gets column number (zero based) of the cell.
Worksheet string Gets the parent worksheet. [optional]
IsInTable bool? Indicates whethe this cell is part of table formula.
IsArrayHeader bool? Inidicates the cell's formula is and array formula and it is the first cell of the array.
Value string [optional]
IsFormula bool? Represents if the specified cell contains formula.
IsStyleSet bool? Indicates if the cell's style is set. If return false, it means this cell has a default cell format.
IsInArray bool? Indicates whether the cell formula is an array formula.
IsErrorValue bool? Checks if a formula can properly evaluate a result.
IsMerged bool? 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 int? Gets row number (zero based) of the cell.

[Back to Model list] [Back to API list] [Back to README]