Kendo.Mvc.UI.SpreadsheetSheetRowCell
Kendo UI SpreadsheetSheetRowCell class
Properties
Background
The background color of the cell. Many standard CSS formats are supported. However, the canonical form is #ccff00.
BorderBottom
The style information for the bottom border of the cell.
BorderLeft
The style information for the left border of the cell.
BorderTop
The style information for the top border of the cell.
BorderRight
The style information for the right border of the cell.
Color
The font color of the cell. Many standard CSS formats are supported. However, the canonical form is #ccff00.
Comment
The comment of the cell - a tooltip that appears when the cell is hovered.
FontFamily
The font family of the cell.
FontSize
The font size of the cell in pixels.
Italic
If set to true, sets the cell font to italic.
Bold
If set to true, sets the cell font to bold.
Enable
If set to false, disables the cell.
Format
The format of the cell text. For more information, refer to the article on creating or deleting a custom number format on MS Office.
Formula
The cell formula without the leading equals sign, for example, A1 * 10.
Html
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.
Index
The zero-based index of the cell. Required to ensure correct positioning.
Link
The hyperlink (URL) of the cell.
Underline
If set to true, sets the cell font to underline.
Value
The cell value.
Validation
The validation rule that is applied to the cell.
Wrap
If set to true, wraps the cell content.
TextAlign
Specifies the text alignment in the cell
VerticalAlign
Specifies the text vertical alignment in the cell
Methods
SerializeSettings
Serialize current instance to Dictionary