DlgGridControl.AddRow(GridCellCollection) 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 AddRow(Microsoft::ReportingServices::QueryDesigners::GridCellCollection ^ row);
public void AddRow (Microsoft.ReportingServices.QueryDesigners.GridCellCollection row);
abstract member AddRow : Microsoft.ReportingServices.QueryDesigners.GridCellCollection -> unit
override this.AddRow : Microsoft.ReportingServices.QueryDesigners.GridCellCollection -> unit
Public Sub AddRow (row As GridCellCollection)