Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfExecutedResult Structure / DatabarLength Property


In This Topic
    DatabarLength Property
    In This Topic
    Gets the relative length of the data bar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DatabarLength As Double
    'Usage
     
    
    Dim instance As CfExecutedResult
    Dim value As Double
     
    value = instance.DatabarLength
    public double DatabarLength {get;}

    Property Value

    An double value represents length of the data bar.
    Remarks
    Value is between 0..1. System.Double.NaN means the data bar doesn't appear.
    See Also