GridHeader.InsertHeaderItem(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.
public:
void InsertHeaderItem(int nIndex, Microsoft::ReportingServices::QueryDesigners::GridColumnInfo ^ info);
public void InsertHeaderItem (int nIndex, Microsoft.ReportingServices.QueryDesigners.GridColumnInfo info);
member this.InsertHeaderItem : int * Microsoft.ReportingServices.QueryDesigners.GridColumnInfo -> unit
Public Sub InsertHeaderItem (nIndex As Integer, info As GridColumnInfo)
Parameters
- nIndex
- Int32
- info
- GridColumnInfo