Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / _currentRatio Field


In This Topic
    _currentRatio Field
    In This Topic
    Specifies the current ratio.
    Syntax
    'Declaration
     
    
    Protected _currentRatio As Single
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Single
     
    value = instance._currentRatio
     
    instance._currentRatio = value
    protected float _currentRatio
    See Also