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