'宣言
Public Function IsCellInView( _ ByVal cellRowIndex As Integer, _ ByVal cellColumnIndex As Integer _ ) As Boolean
public bool IsCellInView( int cellRowIndex, int cellColumnIndex )
パラメータ
- cellRowIndex
- 指定したセルの行インデックス。
- cellColumnIndex
- 指定したセルの列インデックス。
戻り値の型
指定したセルが表示領域に表示されている場合は true。それ以外の場合は false。