Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.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

Property Value

The new size.
See Also