Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / UniversalCellType Class / GetTooltip Method


In This Topic
    GetTooltip Method (UniversalCellType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetTooltip( _
       ByVal o As Object _
    ) As String
    'Usage
     
    
    Dim instance As UniversalCellType
    Dim o As Object
    Dim value As String
     
    value = instance.GetTooltip(o)
    public string GetTooltip( 
       object o
    )

    Parameters

    o
    See Also