Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / SheetAxisModelChangingEventArgs Class / NewSize Property


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

    Property Value

    The new size.
    See Also