dotnetCHARTING Send comments on this topic.
Add(GridColumnCollection) Method
See Also 
dotnetCHARTING Namespace > GridColumnCollection Class > Add Method : Add(GridColumnCollection) Method


gridColumnCollection
The GridColumnCollection to add.
Adds a specified GridColumnCollection to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal gridColumnCollection As GridColumnCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As GridColumnCollection
Dim gridColumnCollection As GridColumnCollection
 
instance.Add(gridColumnCollection)
C# 
public void Add( 
   GridColumnCollection gridColumnCollection
)

Parameters

gridColumnCollection
The GridColumnCollection to add.

See Also

© 2021 All Rights Reserved.