GcSpread.Sheets Namespace : Cell type |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea);
function Cell;
Object
GcSpread.Sheets.Cell
Name | Description | |
---|---|---|
Cell Constructor | Represents a cell in a sheet. |
Name | Description | |
---|---|---|
col | Gets the starting column index. | |
col2 | Gets the ending column index. | |
row | Gets the starting row index. | |
row2 | Gets the ending row index. | |
sheet | Gets the sheet that contains this cell. | |
sheetArea | Gets the area that contains this cell. |
Name | Description | |
---|---|---|
backColor | Gets or sets the background color for the cell, such as "red", "#FFFF00", "rgb(255,0,0)", "Accent 5", and so on. | |
backgroundImage | Gets or sets the background image for the cell. | |
backgroundImageLayout | Gets or sets the background image layout for the cell. | |
bindingPath | Gets or sets the binding path for cell binding. | |
borderBottom | Gets or sets the bottom border of the cell. | |
borderLeft | Gets or sets the left border of the cell. | |
borderRight | Gets or sets the right border of the cell. | |
borderTop | Gets or sets the top border of the cell. | |
cellType | Gets or sets the cell type of the cell. | |
clearStyleProperty | Clears the style setting for the specified property that is a property of GcSpread.Sheets.Style, such as "backColor", "foreColor", and so on. | |
comment | Gets or sets the comment for the cell. | |
dataValidator | Gets or sets the data validator for the cell. | |
font | Gets or sets the font for the cell, such as "normal normal normal 20px/normal Arial". | |
foreColor | Gets or sets the color of the text in the cell, such as "red", "#FFFF00", "rgb(255,0,0)", "Accent 5", and so on. | |
formatter | Gets or sets the formatter for the cell. | |
formula | Gets or sets the formula for the cell. | |
hAlign | Gets or sets the horizontal alignment of the contents of the cell. | |
imeMode | Gets or sets the imeMode of the cell. | |
locked | Gets or sets whether the cell is locked. When the sheet is protected, the locked cell cannot be edited. | |
shrinkToFit | Gets or sets whether the cell shrinks the text to fit the cell size. | |
tabStop | Gets or sets a value that indicates whether the user can set focus to the cell using the Tab key. | |
tag | Gets or sets the tag for the cell. | |
text | Gets or sets the formatted text for the cell. | |
textDecoration | Gets or sets the type of the decoration added to the cell's text. | |
textIndent | Gets or sets the text indent of the cell. | |
themeFont | Gets or sets the theme font for the cell. | |
vAlign | Gets or sets the vertical alignment of the contents of the cell. | |
value | Gets or sets the unformatted value of the cell. | |
watermark | Gets or sets the content of the cell watermark. | |
wordWrap | Gets or sets whether the cell lets text wrap. |