'宣言 Public Function NextNonEmptyRow( _ ByVal row As System.Integer _ ) As System.Integer
public System.int NextNonEmptyRow( System.int row )
パラメータ
- row
- 検索する行を示す整数値。
戻り値の型
このCellMatrix<T>オブジェクトで次の空でない行を返します。
'宣言 Public Function NextNonEmptyRow( _ ByVal row As System.Integer _ ) As System.Integer
public System.int NextNonEmptyRow( System.int row )