NonInteractiveWorksheetInvalidate(Rectangle) Method
Redraws all parts of the
Worksheet which is shown in the specified rectangle.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public override void Invalidate(
Rectangle rect
)
Public Overrides Sub Invalidate (
rect As Rectangle
)
public:
virtual void Invalidate(
Rectangle rect
) override
abstract Invalidate :
rect : Rectangle -> unit
override Invalidate :
rect : Rectangle -> unit
Parameters
- rect Rectangle
- Rectangle to redraw.