Spread Windows Forms 15.0
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
    public bool LayoutChanged {get;}

    Property Value

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