Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / ClearCachePaintingLayout Method
The drawing object.
true if the cached painting data of ancestors should be cleared too.
true if the cached painting data of descendants should be cleared too.


In This Topic
    ClearCachePaintingLayout Method
    In This Topic
    Clears all cached painting data of the specified drawing object.
    Syntax
    'Declaration
     
    
    Public Sub ClearCachePaintingLayout( _
       Optional ByVal drawingObject As DrawingObject, _
       Optional ByVal includeAncestors As Boolean, _
       Optional ByVal includeDescendants As Boolean, _
       Optional ByVal clearShapeEditingData As Boolean _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim drawingObject As DrawingObject
    Dim includeAncestors As Boolean
    Dim includeDescendants As Boolean
    Dim clearShapeEditingData As Boolean
     
    instance.ClearCachePaintingLayout(drawingObject, includeAncestors, includeDescendants, clearShapeEditingData)

    Parameters

    drawingObject
    The drawing object.
    includeAncestors
    true if the cached painting data of ancestors should be cleared too.
    includeDescendants
    true if the cached painting data of descendants should be cleared too.
    clearShapeEditingData
    See Also