Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortComparer Interface / RequiresRawValue Property


In This Topic
    RequiresRawValue Property
    In This Topic
    Gets a boolean value indiates whether the compare processes the original cell value.
    Syntax
    'Declaration
     
    
    ReadOnly Property RequiresRawValue As Boolean
    'Usage
     
    
    Dim instance As ISortComparer
    Dim value As Boolean
     
    value = instance.RequiresRawValue
    bool RequiresRawValue {get;}
    See Also