'宣言 Public Shared Function SubStr( _ ByVal col As Column, _ ByVal startIndex As System.Integer, _ ByVal length As System.Integer _ ) As ColumnOp
public static ColumnOp SubStr( Column col, System.int startIndex, System.int length )
パラメータ
- col
- 文字列オペランド。
- startIndex
- このインデックスから始まる部分文字列を抽出します。
- length
- 部分文字列の長さ。