ScrollManager.EnsureCellIsVisible Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| EnsureCellIsVisible(Int64, Int32) | |
| EnsureCellIsVisible(Int64, Int32, Boolean, Boolean) |
EnsureCellIsVisible(Int64, Int32)
public:
void EnsureCellIsVisible(long nRowIndex, int nColIndex);
public void EnsureCellIsVisible (long nRowIndex, int nColIndex);
member this.EnsureCellIsVisible : int64 * int -> unit
Public Sub EnsureCellIsVisible (nRowIndex As Long, nColIndex As Integer)
Paramètres
- nRowIndex
- Int64
- nColIndex
- Int32
S’applique à
EnsureCellIsVisible(Int64, Int32, Boolean, Boolean)
public:
void EnsureCellIsVisible(long nRowIndex, int nColIndex, bool bMakeFirstColFullyVisible, bool bRedraw);
public void EnsureCellIsVisible (long nRowIndex, int nColIndex, bool bMakeFirstColFullyVisible, bool bRedraw);
member this.EnsureCellIsVisible : int64 * int * bool * bool -> unit
Public Sub EnsureCellIsVisible (nRowIndex As Long, nColIndex As Integer, bMakeFirstColFullyVisible As Boolean, bRedraw As Boolean)
Paramètres
- nRowIndex
- Int64
- nColIndex
- Int32
- bMakeFirstColFullyVisible
- Boolean
- bRedraw
- Boolean