IntRangeCollectionAdd(Int32, Int32) Method
Add a new item to the collection by Start and End Values.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public IntRange Add(
int startValue,
int endValue
)
Public Function Add (
startValue As Integer,
endValue As Integer
) As IntRange
No code example is currently available or this language may not be supported.
- startValue Int32
-
The inclusive start value of the range.
- endValue Int32
-
The inclusive end value of the range.
IntRange
Newly created and added Int Range Item.