GridControl.SetColumnWidthInternal(Int32, GridColumnWidthType, Int32) Method

Definition

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)

Parameters

nColIndex
Int32
nWidth
Int32

Applies to