RangePart Enumeration

Enumeration of Parts of a Range.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public enum RangePart

Members

None0 None of the Range will fit within the compared value.
Part1 Part of the Range fits within the compared value.
All2 The entire Range fits within the compared value.

See Also