GridControl.SetColumnWidth(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.
public:
virtual void SetColumnWidth(int nColIndex, Microsoft::ReportingServices::QueryDesigners::GridColumnWidthType widthType, int nWidth);
public void SetColumnWidth (int nColIndex, Microsoft.ReportingServices.QueryDesigners.GridColumnWidthType widthType, int nWidth);
abstract member SetColumnWidth : int * Microsoft.ReportingServices.QueryDesigners.GridColumnWidthType * int -> unit
override this.SetColumnWidth : int * Microsoft.ReportingServices.QueryDesigners.GridColumnWidthType * int -> unit
Public Sub SetColumnWidth (nColIndex As Integer, widthType As GridColumnWidthType, nWidth As Integer)
Parameters
- nColIndex
- Int32
- widthType
- GridColumnWidthType
- nWidth
- Int32