Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / InvalidateLayout(DrawingObject,Boolean,Boolean,Boolean) Method
The drawing object must be invalidate
if true, reset geometry drawing. otherwise only perform layout.


In This Topic
    InvalidateLayout(DrawingObject,Boolean,Boolean,Boolean) Method
    In This Topic
    Clears the cached layout of the drawing object.
    Syntax
    'Declaration
     
    
    Public Sub InvalidateLayout( _
       ByVal drawingObject As DrawingObject, _
       Optional ByVal resetGeometryDrawing As Boolean, _
       Optional ByVal clearShapeEditingData As Boolean, _
       Optional ByVal includeDescendants As Boolean _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim drawingObject As DrawingObject
    Dim resetGeometryDrawing As Boolean
    Dim clearShapeEditingData As Boolean
    Dim includeDescendants As Boolean
     
    instance.InvalidateLayout(drawingObject, resetGeometryDrawing, clearShapeEditingData, includeDescendants)

    Parameters

    drawingObject
    The drawing object must be invalidate
    resetGeometryDrawing
    if true, reset geometry drawing. otherwise only perform layout.
    clearShapeEditingData
    includeDescendants
    See Also