Spread Windows Forms 12.0 Product Documentation
LayoutChanged Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > SheetAxisModelChangingEventArgs Class : LayoutChanged Property
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
public bool LayoutChanged {get;}

Property Value

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

Reference

SheetAxisModelChangingEventArgs Class
SheetAxisModelChangingEventArgs Members