Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / ShowCard Method


In This Topic
    ShowCard Method
    In This Topic
    For a cell containing a rich data type, implement GrapeCity.CalcEngine.IRichValue, this method causes a card to appear that shows details about the cell (that is, the same card that the user can view by choosing the cell icon).
    Syntax
    'Declaration
     
    
    Sub ShowCard() 
    'Usage
     
    
    Dim instance As IRange
     
    instance.ShowCard()
    void ShowCard()
    See Also