ActiveReports 10
Parse Method (Range)

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace > Range Structure : Parse Method
true, if starts with zero
Parses string input to Range
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal input As String, _
   ByVal isZeroBased As Boolean _
) As Range
public static Range Parse( 
   string input,
   bool isZeroBased
)

Parameters

input
isZeroBased
true, if starts with zero
See Also

Reference

Range Structure
Range Members