WorksheetInvalidate(Rectangle) Method

Redraws all parts of the Worksheet which is shown in the specified rectangle.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public abstract void Invalidate(
	Rectangle rect
)

Parameters

rect  Rectangle
Rectangle to redraw.

See Also