'宣言 Public Overloads Function Range( _ ByVal row As System.Integer, _ ByVal col As System.Integer, _ Optional ByVal row2 As System.Nullable(Of Integer), _ Optional ByVal col2 As System.Nullable(Of Integer) _ ) As TableBuilder
public TableBuilder Range( System.int row, System.int col, System.Nullable<int> row2, System.Nullable<int> col2 )
パラメータ
- row
- 最初の行のインデックス。
- col
- 最初の列のインデックス。
- row2
- 最後の行のインデックス。
- col2
- 最後の列のインデックス。
戻り値の型
現在のビルダ。