GridControl.SetColumnWidthInternal(Int32, GridColumnWidthType, Int32) 方法

定義

protected:
 virtual void SetColumnWidthInternal(int nColIndex, Microsoft::ReportingServices::QueryDesigners::GridColumnWidthType widthType, int nWidth);
protected virtual void SetColumnWidthInternal(int nColIndex, Microsoft.ReportingServices.QueryDesigners.GridColumnWidthType widthType, int nWidth);
abstract member SetColumnWidthInternal : int * Microsoft.ReportingServices.QueryDesigners.GridColumnWidthType * int -> unit
override this.SetColumnWidthInternal : int * Microsoft.ReportingServices.QueryDesigners.GridColumnWidthType * int -> unit
Protected Overridable Sub SetColumnWidthInternal (nColIndex As Integer, widthType As GridColumnWidthType, nWidth As Integer)

參數

nColIndex
Int32
nWidth
Int32

適用於