Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetAxisModelChangingEventArgs Class / LayoutChanged Property


In This Topic
LayoutChanged Property
In This Topic
Gets a value that indicates whether the row layout or column layout has changed.
Syntax
'Declaration
 
Public ReadOnly Property LayoutChanged As Boolean
 
'Usage
 
Dim instance As SheetAxisModelChangingEventArgs
Dim value As Boolean
 
value = instance.LayoutChanged

Property Value

true if the row layout or column layout has changed; otherwise, false.
See Also