Name | Description | |
---|---|---|
AccessKey | Gets or sets the access key that allows you to quickly navigate to the cell. | |
AllowWrap | Gets or sets whether the cell allows text to wrap to multiple lines. Wrapping only occurs on word breaks. | |
BackColor | Gets or sets the background color of the cell. | |
ButtonType | Gets or sets what type of command button to display. | |
CommandName | Gets or sets the command name for the button. | |
CssClass | Gets or sets the CSS class name. | |
EditorClientScriptUrl | Gets the URL of the client script file for the editor, if the editor supports client-side scripting. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
ForeColor | Gets or sets the foreground color (typically the color of the text) of the cell. | |
ImageUrl | Gets or sets the image to display in the button cell. | |
OnClientClick | Gets or sets the OnClientClick event settings of the cell. | |
RendererClientScriptUrl | Gets the URL of the client script file for the renderer, if the renderer supports client-side scripting. (Inherited from FarPoint.Web.Spread.BaseCellType) | |
ShowEllipsis | Gets or sets whether to render ellipsis (...) to indicate text overflow in the cell. | |
Text | Gets or sets the button text. |