GridCellCollection.Add(GridCell) 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:
int Add(Microsoft::ReportingServices::QueryDesigners::GridCell ^ cell);
public int Add (Microsoft.ReportingServices.QueryDesigners.GridCell cell);
member this.Add : Microsoft.ReportingServices.QueryDesigners.GridCell -> int
Public Function Add (cell As GridCell) As Integer
Parameters
- cell
- GridCell