ScrollManager.UpdateColWidth(Int32, Int32, Int32, Boolean) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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