Visual Basic (Declaration) | |
---|---|
Public Class HyperLinkCellType Inherits BaseCellType Implements FarPoint.Win.ISerializeSupport, ICellType, IEditor, IFormatter, INotifyEditorValueChanged, IPdfSupport, IPropertyAllowedSupport, IRenderer, IReuseEditorControl, IReuseEditorControl2 |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As HyperLinkCellType |
C# | |
---|---|
public class HyperLinkCellType : BaseCellType, FarPoint.Win.ISerializeSupport, ICellType, IEditor, IFormatter, INotifyEditorValueChanged, IPdfSupport, IPropertyAllowedSupport, IRenderer, IReuseEditorControl, IReuseEditorControl2 |
Initialize an instance of the HyperLinkCellType class with the specified destination URL, background image, text to provide as link, and how much of the text appears as a link.
For more information about setting the cell type, refer to Setting a Hyperlink Cell.
For more information about the behavior of contents in a cell, refer to Understanding Cell Type Effects on Displaying Data.
For more information on the corresponding event when a user clicks on an option, refer to the FpSpread.ButtonClicked event.
System.Object
FarPoint.Win.Spread.CellType.BaseCellType
FarPoint.Win.Spread.CellType.HyperLinkCellType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
HyperLinkCellType MembersFarPoint.Win.Spread.CellType Namespace
ButtonClicked Event
User-Task Documentation
Setting a Hyperlink CellWorking with Graphical Cell Types