ItemRange Constructor(String)
In This Topic
Initializes a new instance of the
ItemRange.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ItemRange(
string
)
Parameters
- range
- Range as a string.
Example
ItemRange range = new ItemRange("1:100");
See Also