GridControl.SetColumnWidthInternal(Int32, GridColumnWidthType, Int32) 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.
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
- widthType
- GridColumnWidthType
- nWidth
- Int32