Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / MinPoint Property


In This Topic
    MinPoint Property
    In This Topic
    Returns a IConditionValue object that specifies how the shortest bar is evaluated for a data bar conditional format.
    Syntax
    'Declaration
     
    
    ReadOnly Property MinPoint As IConditionValue
    'Usage
     
    
    Dim instance As IDatabar
    Dim value As IConditionValue
     
    value = instance.MinPoint
    IConditionValue MinPoint {get;}

    Property Value

    An IConditionValue object represents the minimum point value.
    See Also