GridControl.InsertColumnInternal(Int32, GridColumnInfo) 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 InsertColumnInternal(int nIndex, Microsoft::ReportingServices::QueryDesigners::GridColumnInfo ^ ci);
protected virtual void InsertColumnInternal (int nIndex, Microsoft.ReportingServices.QueryDesigners.GridColumnInfo ci);
abstract member InsertColumnInternal : int * Microsoft.ReportingServices.QueryDesigners.GridColumnInfo -> unit
override this.InsertColumnInternal : int * Microsoft.ReportingServices.QueryDesigners.GridColumnInfo -> unit
Protected Overridable Sub InsertColumnInternal (nIndex As Integer, ci As GridColumnInfo)
Parameters
- nIndex
- Int32