Spread ASP.NET 6.0 Product Documentation
BaseCellType Class Members
See Also  Properties  Methods  Send Feedback
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.  
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 MethodGetValidatorGets the validation object used to validate data.  
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 MethodGetImageGet Image object by image path.  
Protected MethodGetStringSizeGets the size of the text string.  
Protected MethodProcessMarginOverloaded. Processes the margin.  
Top

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.