Spread for ASP.NET 7.0 Product Documentation
BaseCellType Class Members
See Also  Properties  Methods  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : BaseCellType Class


Glossary Item Box

The following tables list the members exposed by BaseCellType.

Public Properties

 NameDescription
Public PropertyEditorClientScriptUrlGets the URL of the client script file for the editor, if the editor supports client-side scripting.  
Public PropertyRendererClientScriptUrlGets the URL of the client script file for the renderer, if the renderer supports client-side scripting.  
Public PropertyValidatorsGets the validator collection.  
Top

Protected Properties

 NameDescription
Protected PropertyExtraRendererSettingsGets the conditional formatting settings.  
Top

Public Methods

 NameDescription
Public MethodCloneCreates a new copy of the object using the MemberwiseClone method.  
Public MethodFormatWhen deriving a cell type based on this type, override this to change what gets passed back and formatted as a string into the cell on the sheet from the object in the data model.  
Public MethodGetEditorControlGets the control used to edit the cell.  
Public MethodGetEditorValueGets the value from the editing control used for the cell.  
Public MethodGetPreferredSizeGets the preferred (maximum needed) size of the cell for the renderer control.  
Public MethodGetValidatorsGets the validator collection, overwrites this method to allow customizing the returned result from the Validators property.  
Public MethodPaintCellOverloaded. Gets a control and renders it in the cell based on the specified appearance, margin, and value.  
Public MethodParseWhen deriving a cell type based on this type, override this to change what gets parsed from the cell on the sheet and put in the data model.  
Public MethodRendererClientScriptUrl2Gets the URL of the client script file for the renderer for the specified Spread component, if the renderer supports client-side scripting.  
Public MethodToStringGets the name of the cell type.  
Public MethodValidateEditorValueValidates the given value.  
Top

Protected Methods

 NameDescription
Protected MethodAppendEllipsisAppends the ellipsis.  
Protected MethodApplyStyleToApplies the appearance and the margin to the cell.  
Protected MethodDrawBackgroundImageDraws the background image to PDF.  
Protected MethodFormatForPdfReturns the format of a value for PDF.  
Protected MethodGetImageGets an Image object using an image path.  
Protected MethodGetStringSizeGets the size of the text string.  
Protected MethodProcessMarginOverloaded. Processes the margin.  
Top

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.