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


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

    Property Value

    An IConditionValue object represents the maximum point value.
    See Also