LocationCorrectionMode Enumeration
Mode of the regions location correction.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public enum LocationCorrectionMode
Public Enumeration LocationCorrectionMode
public enum class LocationCorrectionMode
type LocationCorrectionMode
PreserveOriginal | 1 |
No correction of original values.
|
CorrectOriginal | 2 |
Correct locations depending on collapsed Area Regions already existing on the Worksheet.
|
CorrectWithCursor | 3 |
Correct locations depending on existing collapsed Area Regions and relatively to Cursor position.
|