WorksheetRemoveRegions(RegionBase) Method

Removes the specified region from the worksheet.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void RemoveRegions(
	RegionBase regionToRemove
)

Parameters

regionToRemove  RegionBase
Worksheet region to remove.

See Also