<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. However, the canonical form is #ccff00.

Example

<kendo:spreadsheet-sheet-row-cell background="background">
</kendo:spreadsheet-sheet-row-cell>

bold boolean

If set to true, sets the cell font to bold.

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. However, the canonical form is #ccff00.

Example

<kendo:spreadsheet-sheet-row-cell color="color">
</kendo:spreadsheet-sheet-row-cell>

comment java.lang.String

The comment of the cell - a tooltip that appears when the cell is hovered.

Example

<kendo:spreadsheet-sheet-row-cell comment="comment">
</kendo:spreadsheet-sheet-row-cell>

enable boolean

If set to false, disables the cell.

Example

<kendo:spreadsheet-sheet-row-cell enable="enable">
</kendo:spreadsheet-sheet-row-cell>

fontFamily java.lang.String

The font family of 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. For more information, refer to the article on creating or deleting 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, for example, A1 * 10.

Example

<kendo:spreadsheet-sheet-row-cell formula="formula">
</kendo:spreadsheet-sheet-row-cell>

html boolean

If set to true, renders the cell value as HTML. It is important to sanitize the value of the cell on the server for passing safe html because there is no client-side sanitizing. When editing a cell the new value can be checked and prevented in the client changing event.

Example

<kendo:spreadsheet-sheet-row-cell html="html">
</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

If set to true, sets the cell font to italic.

Example

<kendo:spreadsheet-sheet-row-cell italic="italic">
</kendo:spreadsheet-sheet-row-cell>

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

If set to true, sets the cell font to underline.

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

If set to true, wraps the cell content.

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 that is 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>
In this article
Not finding the help you need?