'宣言 Public Function PreviousNonEmptyCell( _ ByVal row As System.Integer, _ ByVal excludeColumn As System.Integer _ ) As System.Integer
public System.int PreviousNonEmptyCell( System.int row, System.int excludeColumn )
パラメータ
- row
- 検索する行インデックス。
- excludeColumn
- 開始列インデックス。この列のセルが空でない場合は、返されます。
戻り値の型
指定された行のデータを含む最も近い前の列。