ScrollManager.UpdateColWidth(Int32, Int32, Int32, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
void UpdateColWidth(int nIndex, int nOldWidth, int nNewWidth, bool bFinalUpdate);
public void UpdateColWidth (int nIndex, int nOldWidth, int nNewWidth, bool bFinalUpdate);
member this.UpdateColWidth : int * int * int * bool -> unit
Public Sub UpdateColWidth (nIndex As Integer, nOldWidth As Integer, nNewWidth As Integer, bFinalUpdate As Boolean)
Parâmetros
- nIndex
- Int32
- nOldWidth
- Int32
- nNewWidth
- Int32
- bFinalUpdate
- Boolean