Visual Basic (Declaration) | |
---|---|
Public Function Add( _ ByVal value As MatrixColumn _ ) As System.Integer |
C# | |
---|---|
public System.int Add( MatrixColumn value ) |
Parameters
- value
The MatrixColumn object to add to the collection.
ActiveReports Developer 7 | |
Add Method | |
See Also |
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixColumnCollection Class : Add Method |
The MatrixColumn object to add to the collection.
Glossary Item Box
Visual Basic (Declaration) | |
---|---|
Public Function Add( _ ByVal value As MatrixColumn _ ) As System.Integer |
C# | |
---|---|
public System.int Add( MatrixColumn value ) |
The MatrixColumn object to add to the collection.