Overload | Description |
---|---|
Invalidate() | Invalidates the cached WorkbookView drawing state and calls Control.Invalidate() which invalidates the surface of the WorkbookView and causes the WorkbookView to be redrawn. This causes the entire WorkbookView to be laid out and redrawn. |
Invalidate(Region) | Invalidates the cached WorkbookView drawing state and calls Control.Invalidate() which invalidates the surface of the WorkbookView and causes the WorkbookView to be redrawn. This causes the entire WorkbookView to be laid out and redrawn. (Inherited from System.Windows.Forms.Control) |
Invalidate(Region,Boolean) | Invalidates the cached WorkbookView drawing state and calls Control.Invalidate() which invalidates the surface of the WorkbookView and causes the WorkbookView to be redrawn. This causes the entire WorkbookView to be laid out and redrawn. (Inherited from System.Windows.Forms.Control) |
Invalidate(Boolean) | Invalidates the cached WorkbookView drawing state and calls Control.Invalidate() which invalidates the surface of the WorkbookView and causes the WorkbookView to be redrawn. This causes the entire WorkbookView to be laid out and redrawn. (Inherited from System.Windows.Forms.Control) |
Invalidate(Rectangle) | Invalidates the cached WorkbookView drawing state and calls Control.Invalidate() which invalidates the surface of the WorkbookView and causes the WorkbookView to be redrawn. This causes the entire WorkbookView to be laid out and redrawn. (Inherited from System.Windows.Forms.Control) |
Invalidate(Rectangle,Boolean) | Invalidates the cached WorkbookView drawing state and calls Control.Invalidate() which invalidates the surface of the WorkbookView and causes the WorkbookView to be redrawn. This causes the entire WorkbookView to be laid out and redrawn. (Inherited from System.Windows.Forms.Control) |