<kendo:spreadsheet-sheet-row-cell>
The cells for this row.
Example
<kendo:spreadsheet-sheet-row-cells>
<kendo:spreadsheet-sheet-row-cell></kendo:spreadsheet-sheet-row-cell>
</kendo:spreadsheet-sheet-row-cells>
Configuration Attributes
background java.lang.String
The background color of the cell.Many standard CSS formats are supported, but the canonical form is "#ccff00".
Example
<kendo:spreadsheet-sheet-row-cell background="background">
</kendo:spreadsheet-sheet-row-cell>
bold boolean
Sets the cell font to bold, if set to true.
Example
<kendo:spreadsheet-sheet-row-cell bold="bold">
</kendo:spreadsheet-sheet-row-cell>
color java.lang.String
The font color of the cell.Many standard CSS formats are supported, but the canonical form is "#ccff00".
Example
<kendo:spreadsheet-sheet-row-cell color="color">
</kendo:spreadsheet-sheet-row-cell>
enable boolean
Disables the cell, if set to false.
Example
<kendo:spreadsheet-sheet-row-cell enable="enable">
</kendo:spreadsheet-sheet-row-cell>
fontFamily java.lang.String
The font family for the cell.
Example
<kendo:spreadsheet-sheet-row-cell fontFamily="fontFamily">
</kendo:spreadsheet-sheet-row-cell>
fontSize float
The font size of the cell in pixels.
Example
<kendo:spreadsheet-sheet-row-cell fontSize="fontSize">
</kendo:spreadsheet-sheet-row-cell>
format java.lang.String
The format of the cell text.See Create or delete a custom number format on MS Office.
Example
<kendo:spreadsheet-sheet-row-cell format="format">
</kendo:spreadsheet-sheet-row-cell>
formula java.lang.String
The cell formula without the leading equals sign, e.g. A1 * 10.
Example
<kendo:spreadsheet-sheet-row-cell formula="formula">
</kendo:spreadsheet-sheet-row-cell>
index float
The zero-based index of the cell. Required to ensure correct positioning.
Example
<kendo:spreadsheet-sheet-row-cell index="index">
</kendo:spreadsheet-sheet-row-cell>
italic boolean
Sets the cell font to italic, if set to true.
Example
<kendo:spreadsheet-sheet-row-cell italic="italic">
</kendo:spreadsheet-sheet-row-cell>
link java.lang.String
The hyperlink (URL) of the cell.
Example
<kendo:spreadsheet-sheet-row-cell link="link">
</kendo:spreadsheet-sheet-row-cell>
textAlign java.lang.String
Specifies the text alignment in the cell
Example
<kendo:spreadsheet-sheet-row-cell textAlign="textAlign">
</kendo:spreadsheet-sheet-row-cell>
underline boolean
Sets the cell font to underline, if set to true.
Example
<kendo:spreadsheet-sheet-row-cell underline="underline">
</kendo:spreadsheet-sheet-row-cell>
value java.lang.Object
The cell value.
Example
<kendo:spreadsheet-sheet-row-cell value="value">
</kendo:spreadsheet-sheet-row-cell>
verticalAlign java.lang.String
Specifies the text vertical alignment in the cell
Example
<kendo:spreadsheet-sheet-row-cell verticalAlign="verticalAlign">
</kendo:spreadsheet-sheet-row-cell>
wrap boolean
Will wrap the cell content if set to true.
Example
<kendo:spreadsheet-sheet-row-cell wrap="wrap">
</kendo:spreadsheet-sheet-row-cell>
Configuration JSP Tags
kendo:spreadsheet-sheet-row-cell-borderBottom
The style information for the bottom border of the cell.
More documentation is available at kendo:spreadsheet-sheet-row-cell-borderBottom.
Example
<kendo:spreadsheet-sheet-row-cell>
<kendo:spreadsheet-sheet-row-cell-borderBottom></kendo:spreadsheet-sheet-row-cell-borderBottom>
</kendo:spreadsheet-sheet-row-cell>
kendo:spreadsheet-sheet-row-cell-borderLeft
The style information for the left border of the cell.
More documentation is available at kendo:spreadsheet-sheet-row-cell-borderLeft.
Example
<kendo:spreadsheet-sheet-row-cell>
<kendo:spreadsheet-sheet-row-cell-borderLeft></kendo:spreadsheet-sheet-row-cell-borderLeft>
</kendo:spreadsheet-sheet-row-cell>
kendo:spreadsheet-sheet-row-cell-borderRight
The style information for the right border of the cell.
More documentation is available at kendo:spreadsheet-sheet-row-cell-borderRight.
Example
<kendo:spreadsheet-sheet-row-cell>
<kendo:spreadsheet-sheet-row-cell-borderRight></kendo:spreadsheet-sheet-row-cell-borderRight>
</kendo:spreadsheet-sheet-row-cell>
kendo:spreadsheet-sheet-row-cell-borderTop
The style information for the top border of the cell.
More documentation is available at kendo:spreadsheet-sheet-row-cell-borderTop.
Example
<kendo:spreadsheet-sheet-row-cell>
<kendo:spreadsheet-sheet-row-cell-borderTop></kendo:spreadsheet-sheet-row-cell-borderTop>
</kendo:spreadsheet-sheet-row-cell>
kendo:spreadsheet-sheet-row-cell-validation
The validation rule applied to the cell.
More documentation is available at kendo:spreadsheet-sheet-row-cell-validation.
Example
<kendo:spreadsheet-sheet-row-cell>
<kendo:spreadsheet-sheet-row-cell-validation></kendo:spreadsheet-sheet-row-cell-validation>
</kendo:spreadsheet-sheet-row-cell>