ScrollManager.UpdateColWidth(Int32, Int32, Int32, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- nIndex
- Int32
- nOldWidth
- Int32
- nNewWidth
- Int32
- bFinalUpdate
- Boolean