Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetAxisModelChangingEventArgs Class / CurrentSize Property


In This Topic
    CurrentSize Property
    In This Topic
    Gets the current value of the Axis instance's Size property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentSize As Integer
    'Usage
     
    
    Dim instance As SheetAxisModelChangingEventArgs
    Dim value As Integer
     
    value = instance.CurrentSize
    public int CurrentSize {get;}

    Property Value

    The current size.
    See Also