Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationSuggestionItem Structure / ToCellValue Method


In This Topic
    ToCellValue Method
    In This Topic
    Gets the suggested value for this item.
    Syntax
    'Declaration
     
    
    Public Function ToCellValue() As CellValue
    'Usage
     
    
    Dim instance As DataValidationSuggestionItem
    Dim value As CellValue
     
    value = instance.ToCellValue()
    public CellValue ToCellValue()
    See Also