GridColumnCollection.IndexOf(GridColumn) 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 IndexOf(Microsoft::ReportingServices::QueryDesigners::GridColumn ^ node);
public int IndexOf (Microsoft.ReportingServices.QueryDesigners.GridColumn node);
member this.IndexOf : Microsoft.ReportingServices.QueryDesigners.GridColumn -> int
Public Function IndexOf (node As GridColumn) As Integer
Parameters
- node
- GridColumn