'宣言
Public Shared Function Parse( _ ByVal input As String, _ ByVal isZeroBased As Boolean _ ) As Range
public static Range Parse( string input, bool isZeroBased )
パラメータ
- input
- isZeroBased
- 0から始まる場合はtrue。
'宣言
Public Shared Function Parse( _ ByVal input As String, _ ByVal isZeroBased As Boolean _ ) As Range
public static Range Parse( string input, bool isZeroBased )