Spread WinForms 15
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

Property Value

The current size.
See Also