'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
'Declaration Public Shared Function Parse( _ ByVal input As String, _ ByVal isZeroBased As Boolean _ ) As Range
public static Range Parse( string input, bool isZeroBased )