LocationCorrectionMode Enumeration

Mode of the regions location correction.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public enum LocationCorrectionMode

Members

PreserveOriginal1 No correction of original values.
CorrectOriginal2 Correct locations depending on collapsed Area Regions already existing on the Worksheet.
CorrectWithCursor3 Correct locations depending on existing collapsed Area Regions and relatively to Cursor position.

See Also